Skip to content

Commit 8392191

Browse files
committed
removing console.logs
1 parent 09c1d2a commit 8392191

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

builder/patternlab.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ module.exports = function(grunt) {
9797
flatPatternPath = currentPattern.name + '/' + currentPattern.name + '.html';
9898

9999
//add footer info before writing
100-
console.log(currentPattern);
101100
var currentPatternFooter = mustache.render(patternlab.footer, currentPattern);
102-
console.log(currentPatternFooter);
103101

104102
grunt.file.write('./public/patterns/' + flatPatternPath, patternlab.header + currentPattern.patternPartial + currentPatternFooter);
105103
currentPattern.patternLink = flatPatternPath;

0 commit comments

Comments
 (0)