mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
Removed dev logging
This commit is contained in:
@@ -2,8 +2,6 @@ window.addEventListener("message", function(event) {
|
||||
if (event.source != window)
|
||||
return;
|
||||
|
||||
console.log(event.source);
|
||||
|
||||
if (event.data.type && (event.data.type == "AUTH_RESULT")) {
|
||||
chrome.runtime.sendMessage({
|
||||
type: event.data.type,
|
||||
|
||||
Reference in New Issue
Block a user