1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-07-10 12:55:16 +02:00

remove debugging log

This commit is contained in:
Kyle Spearrin 2017-01-29 21:45:19 -05:00
parent c1407b5766
commit 8d3d51a930

View File

@ -203,7 +203,6 @@ chrome.tabs.onUpdated.addListener(function (tabId, changeInfo, tab) {
if (onUpdatedRan) {
return;
}
console.log('onUpdated');
onUpdatedRan = true;
checkLoginsToAdd();
refreshBadgeAndMenu();