1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-11-08 09:32:07 +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 = [], formData = [],
barType = null; barType = null;
setTimeout(function () {
chrome.runtime.sendMessage({ chrome.runtime.sendMessage({
command: 'bgCollectPageDetails' command: 'bgCollectPageDetails'
}); });
}, 1000);
chrome.runtime.onMessage.addListener(function (msg, sender, sendResponse) { chrome.runtime.onMessage.addListener(function (msg, sender, sendResponse) {
if (msg.command === 'openNotificationBar') { if (msg.command === 'openNotificationBar') {