Skip to content

Commit b746ff8

Browse files
committed
oops, debugger statement
1 parent 4e0ad4d commit b746ff8

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

builder/patternlab.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/*
2-
* patternlab-node - v1.1.3 - 2016
3-
*
1+
/*
2+
* patternlab-node - v1.1.3 - 2016
3+
*
44
* Brian Muenzenmeyer, and the web community.
5-
* Licensed under the MIT license.
6-
*
7-
* Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice.
5+
* Licensed under the MIT license.
6+
*
7+
* Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice.
88
*
99
*/
1010

@@ -473,8 +473,6 @@ var patternlab_engine = function (config) {
473473
var viewAllPathsPartialHtml = pattern_assembler.renderPattern(viewAllPathsTemplate, {'viewallpaths': JSON.stringify(patternlab.viewAllPaths)});
474474

475475
//render the patternlab template, with all partials
476-
debugger;
477-
478476
var patternlabSiteHtml = pattern_assembler.renderPattern(patternlabSiteTemplate, {
479477
defaultPattern: patternlab.config.defaultPattern || 'all'
480478
}, {

0 commit comments

Comments
 (0)