mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
disable logging by default
This commit is contained in:
parent
0d8937435d
commit
2fdab0d753
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
var html2canvas = {};
|
var html2canvas = {};
|
||||||
|
|
||||||
html2canvas.logging = true;
|
html2canvas.logging = false;
|
||||||
|
|
||||||
html2canvas.log = function (a) {
|
html2canvas.log = function (a) {
|
||||||
if (html2canvas.logging && window.console && window.console.log) {
|
if (html2canvas.logging && window.console && window.console.log) {
|
||||||
|
Loading…
Reference in New Issue
Block a user