File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ var ui_builder = function () {
82
82
* @returns boolean - whether or not the pattern is excluded
83
83
*/
84
84
function isPatternExcluded ( pattern , patternlab ) {
85
- var styleGuideExcludes = patternlab . config . styleGuideExcludes ;
86
85
var isOmitted ;
87
86
88
87
// skip underscore-prefixed files
@@ -506,7 +505,7 @@ var ui_builder = function () {
506
505
} ) ;
507
506
if ( omitPatternType ) {
508
507
if ( patternlab . config . debug ) {
509
- console . log ( 'Omitting ' + patternType + ' from building a viewall page because its patternGroup is specified in styleguideExcludes.' ) ;
508
+ console . log ( 'Omitting ' + patternType + ' from building a viewall page because its patternGroup is specified in styleguideExcludes.' ) ;
510
509
}
511
510
} else {
512
511
patterns = patterns . concat ( typePatterns ) ;
You can’t perform that action at this time.
0 commit comments