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; }