From 0949cc6ac7edf1d9f4fa3893d49cb7cbd5dd865a Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 6 Nov 2015 00:36:11 -0500 Subject: [PATCH] oops, forgot to remove console.log --- platform/firefox/vapi-background.js | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 41e41b7cd..ad7a0fec0 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -1226,7 +1226,6 @@ var tabWatcher = (function() { document.readyState !== 'interactive' && document.readyState !== 'complete' ) { - console.log('document not ready'); attachToTabBrowserLater({ window: window, tryCount: tryCount }); return; }