disable logging by default

This commit is contained in:
Obexer Christoph 2011-12-17 20:05:20 +01:00
parent 0d8937435d
commit 2fdab0d753

View File

@ -8,7 +8,7 @@
var html2canvas = {};
html2canvas.logging = true;
html2canvas.logging = false;
html2canvas.log = function (a) {
if (html2canvas.logging && window.console && window.console.log) {