Skip to content

Commit 308df03

Browse files
save file
1 parent 9b2c637 commit 308df03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/editors/editor/editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272

7373
async function init(){
74-
console.log('init');
74+
debug('init',version);
7575
//keydown = keydown();
7676
menu = menumod();
7777

@@ -245,7 +245,7 @@ <h1 slot=seo-hdr class=visually-hidden>editor</h1>
245245

246246

247247
async function initdom(rootnode){ //c
248-
console.log('initdom');
248+
debug('initdom');
249249
root = rootnode;
250250

251251
keydown.initdom();

0 commit comments

Comments
 (0)