Skip to content

Commit 0949cc6

Browse files
committed
oops, forgot to remove console.log
1 parent 7708756 commit 0949cc6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

platform/firefox/vapi-background.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,6 @@ var tabWatcher = (function() {
12261226
document.readyState !== 'interactive' &&
12271227
document.readyState !== 'complete'
12281228
) {
1229-
console.log('document not ready');
12301229
attachToTabBrowserLater({ window: window, tryCount: tryCount });
12311230
return;
12321231
}

0 commit comments

Comments
 (0)