Skip to content

Commit 92c6176

Browse files
committed
fix: save.js
1 parent 23e636c commit 92c6176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/save.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ window.addEventListener('load', async() => {
3838
}
3939
else {*/
4040
if (styleList.length) {
41-
console.log('saveCss', styleList.join('\r\n'));
41+
// console.log('saveCss', styleList.join('\r\n'));
4242
crud.updateDocument({
4343
collection,
4444
document_id,

0 commit comments

Comments
 (0)