1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-23 11:56:00 +01:00

remove debug code

This commit is contained in:
Kyle Spearrin 2016-12-30 16:24:23 -05:00
parent 020ea1680a
commit d2ef99d1e5

View File

@ -3,11 +3,9 @@
formData = [],
barType = null;
setTimeout(function () {
chrome.runtime.sendMessage({
command: 'bgCollectPageDetails'
});
}, 1000);
chrome.runtime.onMessage.addListener(function (msg, sender, sendResponse) {
if (msg.command === 'openNotificationBar') {