Skip to content

Commit 2fdab0d

Browse files
committed
disable logging by default
1 parent 0d89374 commit 2fdab0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
var html2canvas = {};
1010

11-
html2canvas.logging = true;
11+
html2canvas.logging = false;
1212

1313
html2canvas.log = function (a) {
1414
if (html2canvas.logging && window.console && window.console.log) {

0 commit comments

Comments
 (0)