mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
remove debugging log
This commit is contained in:
@@ -203,7 +203,6 @@ chrome.tabs.onUpdated.addListener(function (tabId, changeInfo, tab) {
|
|||||||
if (onUpdatedRan) {
|
if (onUpdatedRan) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log('onUpdated');
|
|
||||||
onUpdatedRan = true;
|
onUpdatedRan = true;
|
||||||
checkLoginsToAdd();
|
checkLoginsToAdd();
|
||||||
refreshBadgeAndMenu();
|
refreshBadgeAndMenu();
|
||||||
|
|||||||
Reference in New Issue
Block a user