mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-07 09:20:06 +01:00
remove debug code
This commit is contained in:
parent
020ea1680a
commit
d2ef99d1e5
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user