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
553f84b51b
commit
713aca77d2
@ -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…
x
Reference in New Issue
Block a user