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:
parent
020ea1680a
commit
d2ef99d1e5
@ -1,13 +1,11 @@
|
|||||||
document.addEventListener('DOMContentLoaded', function (event) {
|
document.addEventListener('DOMContentLoaded', function (event) {
|
||||||
var pageDetails = [],
|
var pageDetails = [],
|
||||||
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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user