Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 7fbb67a

Browse files
committed
Remove log.
1 parent 07b28af commit 7fbb67a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/plugins/action.share/res/react/model/ShareModel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
}
6565

6666
fileHasWriteableEditors(){
67-
console.log(this._previewEditors);
6867
return this._previewEditors.filter(function(entry){
6968
return (entry.canWrite);
7069
}).length > 0;

0 commit comments

Comments
 (0)