From 092c416a89e90c901443c614d7dc1a8860fd8f03 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 17 Mar 2016 17:25:48 +0000 Subject: [PATCH] ugh, get rid of accidental debugging --- src/Notifier.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Notifier.js b/src/Notifier.js index 08322e91bc..65a222c730 100644 --- a/src/Notifier.js +++ b/src/Notifier.js @@ -205,7 +205,6 @@ var Notifier = { }, onSyncStateChange: function(state) { - console.log("sync state change: " + state); if (state === "PREPARED" || state === "SYNCING") { this.isPrepared = true; }