aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/stores/flowstore.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/js/stores/flowstore.js')
-rw-r--r--web/src/js/stores/flowstore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/stores/flowstore.js b/web/src/js/stores/flowstore.js
index c3231c24..1034bd53 100644
--- a/web/src/js/stores/flowstore.js
+++ b/web/src/js/stores/flowstore.js
@@ -93,7 +93,7 @@ _.extend(LiveFlowStore.prototype, FlowStore.prototype, {
},
handle_fetch: function (data) {
this._fetchxhr = false;
- console.log("Flows fetched.");
+ console.log("Flows fetched.", this.updates_before_fetch);
this.reset(data.flows);
var updates = this.updates_before_fetch;
this.updates_before_fetch = false;