1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-10-07 05:28:19 +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) { if (onUpdatedRan) {
return; return;
} }
console.log('onUpdated');
onUpdatedRan = true; onUpdatedRan = true;
checkLoginsToAdd(); checkLoginsToAdd();
refreshBadgeAndMenu(); refreshBadgeAndMenu();