diff options
Diffstat (limited to 'web/src')
-rw-r--r-- | web/src/js/store/store.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/src/js/store/store.js b/web/src/js/store/store.js index e41b2eef..4c4478d9 100644 --- a/web/src/js/store/store.js +++ b/web/src/js/store/store.js @@ -118,7 +118,8 @@ _.extend(LiveStoreMixin.prototype, { this.handle_fetch(message.data); }.bind(this)) .fail(function () { - EventLogActions.add_event("Could not fetch " + this.type); + //EventLogActions.add_event("Could not fetch " + this.type); + console.log("Could not fetch " + this.type); // store.js:121 Uncaught ReferenceError: EventLogActions is not defined }.bind(this)); } }, |