mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
remove debug code
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user