From 9324679b024cefe817590bdeadb856f82c576568 Mon Sep 17 00:00:00 2001 From: Bengt Brodersen Date: Wed, 28 Jan 2015 00:57:48 +0100 Subject: [PATCH] Update bookmarklet.js --- bookmarklet.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/bookmarklet.js b/bookmarklet.js index af1c7d3..0d4a0b9 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -79,9 +79,6 @@ try { function print(){ ga('send', 'event', 'button', 'click', 'print', $(".card").length ); jQuery('#card-print-dialog-content-iframe')[0].contentWindow.print(); - console.logInfo(jQuery('#card-print-dialog-content-iframe')); - console.logInfo(jQuery('#card-print-dialog-content-iframe')[0]); - console.logInfo(jQuery('#card-print-dialog-content-iframe')[0].contentWindow); } function renderCards(issueKeyList, callback) {