remove debugging log

This commit is contained in:
Kyle Spearrin 2017-01-29 21:45:19 -05:00
parent c1407b5766
commit 8d3d51a930
1 changed files with 0 additions and 1 deletions

View File

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