1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

Removed dev logging

This commit is contained in:
Matt Smith
2020-08-11 15:29:11 -05:00
parent 1d0b549123
commit e10e006b51
2 changed files with 3 additions and 5 deletions

View File

@@ -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,