1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00:00

removed debug logs

This commit is contained in:
Kyle Spearrin
2016-11-25 22:03:36 -05:00
parent 2b2794dd7e
commit 0e7155232b

View File

@@ -82,8 +82,6 @@
if (msg.command === 'collectPageDetails') {
var pageDetails = collect(document);
var pageDetailsObj = JSON.parse(pageDetails);
console.log(pageDetailsObj);
//sendResponse(pageDetailsObj);
chrome.runtime.sendMessage({
command: 'collectPageDetailsResponse',
tabId: msg.tabId,