File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
- /*
2
- * patternlab-node - v1.1.3 - 2016
3
- *
1
+ /*
2
+ * patternlab-node - v1.1.3 - 2016
3
+ *
4
4
* 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.
8
8
*
9
9
*/
10
10
@@ -473,8 +473,6 @@ var patternlab_engine = function (config) {
473
473
var viewAllPathsPartialHtml = pattern_assembler . renderPattern ( viewAllPathsTemplate , { 'viewallpaths' : JSON . stringify ( patternlab . viewAllPaths ) } ) ;
474
474
475
475
//render the patternlab template, with all partials
476
- debugger ;
477
-
478
476
var patternlabSiteHtml = pattern_assembler . renderPattern ( patternlabSiteTemplate , {
479
477
defaultPattern : patternlab . config . defaultPattern || 'all'
480
478
} , {
You can’t perform that action at this time.
0 commit comments