Browse Source

remove debugger keyword

Gildas 2 năm trước cách đây
mục cha
commit
1fcb07ef73
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/ui/content/content-ui-editor-web.js

+ 0 - 1
src/ui/content/content-ui-editor-web.js

@@ -1076,7 +1076,6 @@ pre code {
 			if (initScriptContent) {
 				content = content.replace(/<script data-template-shadow-root src.*?<\/script>/g, initScriptContent);
 			}
-			debugger;
 			if (pageCompressContent) {
 				if (message.foregroundSave) {
 					alert("Foreground save not supported for compressed content");