Skip to content

Commit a826268

Browse files
save file
1 parent 380592a commit a826268

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

utils/editors/html-editor/v3.0/html-editor-v3.0.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -523,21 +523,6 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
523523
}//title
524524

525525

526-
//:
527-
528-
529-
function debug(...args){
530-
531-
if(!df && !obj.df)return;
532-
args.unshift(`[ ${did} ]`);
533-
var fmt = Array.from({length:args.length}).fill('%O').join(' ');
534-
var args2 = [fmt].concat(args);
535-
console.groupCollapsed.apply(console,args2);
536-
console.trace();
537-
console.groupEnd();
538-
539-
}//debug
540-
541526

542527
</script>
543528

0 commit comments

Comments
 (0)