Skip to content

Commit 4395b55

Browse files
authored
Rm console.log
1 parent 1cafb25 commit 4395b55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/js/cms/img.js

-2
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ CMS.registerEditorComponent({
9191
// (component gives better render performance)
9292
toPreview: function (obj) {
9393
let href = window.location.href.split('?')[0].split('#')[0];
94-
console.log(href);
9594
let root = href.substring(0,href.length-7);
96-
console.log(root);
9795
if (!obj.path) {
9896
return `Please choose image!!`;
9997
}

0 commit comments

Comments
 (0)