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) {
|
||||
return;
|
||||
}
|
||||
console.log('onUpdated');
|
||||
onUpdatedRan = true;
|
||||
checkLoginsToAdd();
|
||||
refreshBadgeAndMenu();
|
||||
|
||||
Reference in New Issue
Block a user