1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-10-03 04:48:07 +02: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,