1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02: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

@ -1,13 +1,11 @@
document.addEventListener('DOMContentLoaded', function (event) {
var pageDetails = [],
formData = [],
barType = null;
formData = [],
barType = null;
setTimeout(function () {
chrome.runtime.sendMessage({
command: 'bgCollectPageDetails'
});
}, 1000);
chrome.runtime.sendMessage({
command: 'bgCollectPageDetails'
});
chrome.runtime.onMessage.addListener(function (msg, sender, sendResponse) {
if (msg.command === 'openNotificationBar') {