We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c1d2a commit 8392191Copy full SHA for 8392191
1 file changed
builder/patternlab.js
@@ -97,9 +97,7 @@ module.exports = function(grunt) {
97
flatPatternPath = currentPattern.name + '/' + currentPattern.name + '.html';
98
99
//add footer info before writing
100
- console.log(currentPattern);
101
var currentPatternFooter = mustache.render(patternlab.footer, currentPattern);
102
- console.log(currentPatternFooter);
103
104
grunt.file.write('./public/patterns/' + flatPatternPath, patternlab.header + currentPattern.patternPartial + currentPatternFooter);
105
currentPattern.patternLink = flatPatternPath;
0 commit comments