From 0b198e08888830890622e983445c75f947186b4c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 13 Oct 2016 20:02:42 +0200 Subject: refactor work queue --- lib/wallet/wxMessaging.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/wallet/wxMessaging.ts') diff --git a/lib/wallet/wxMessaging.ts b/lib/wallet/wxMessaging.ts index 2c69afc99..07f5cc1d8 100644 --- a/lib/wallet/wxMessaging.ts +++ b/lib/wallet/wxMessaging.ts @@ -286,7 +286,6 @@ class ChromeNotifier implements Notifier { } notify() { - console.log("notifying all ports"); for (let p of this.ports) { p.postMessage({ notify: true }); } -- cgit v1.2.3