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

Commit

Permalink
Remove log.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed May 6, 2016
1 parent 07b28af commit 7fbb67a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -64,7 +64,6 @@
}

fileHasWriteableEditors(){
console.log(this._previewEditors);
return this._previewEditors.filter(function(entry){
return (entry.canWrite);
}).length > 0;
Expand Down

0 comments on commit 7fbb67a

Please sign in to comment.