Skip to content

Commit

Permalink
Removed console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-coanda committed Sep 27, 2017
1 parent 98e67ec commit 7d81548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function () {
goog.events.listenOnce(workspace, sync.api.Workspace.EventType.BEFORE_EDITOR_LOADED, function(e) {
console.log('Monitoring plugin loaded.');

});
})();

0 comments on commit 7d81548

Please sign in to comment.