We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e636c commit 92c6176Copy full SHA for 92c6176
src/save.js
@@ -38,7 +38,7 @@ window.addEventListener('load', async() => {
38
}
39
else {*/
40
if (styleList.length) {
41
- console.log('saveCss', styleList.join('\r\n'));
+ // console.log('saveCss', styleList.join('\r\n'));
42
crud.updateDocument({
43
collection,
44
document_id,
0 commit comments