Skip to content

Commit 19cb061

Browse files
save file
1 parent d6ea18e commit 19cb061

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

html-components/list/html/page-html/v1.0/page-html-v1.0.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@
3333
});
3434
md.use(markdownItAttrs,{leftDelimiter:'{',rightDelimiter:'}',allowedAttributes:['id','class',/^data-.*$/]});
3535

36-
var mod2 = mod.child.find(o=>o.name=='page-html');
36+
var mod2 = mod.child.find(o=>o.name=='page-html');
3737

3838
dirtree = mod2['dir-tree'];
39-
console.log('dirtree',dirtree);
4039
snippet = mod2['snippet-html-console'];
41-
console.log('snippet',snippet);
4240
editor = mod2['web-editor'];
4341
log = mod2['log-mod'];
4442

0 commit comments

Comments
 (0)