Remove console.log() calls that were inadvertantly left in. (argh!) Issue #210.
This commit is contained in:
parent
42998e00e5
commit
688de8ee2b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1430,9 +1430,7 @@
|
||||||
}
|
}
|
||||||
this.SVGhandleColor(svg);
|
this.SVGhandleColor(svg);
|
||||||
if (!svg.element.firstChild) {delete svg.element}
|
if (!svg.element.firstChild) {delete svg.element}
|
||||||
console.log("6");
|
|
||||||
this.SVGsaveData(svg);
|
this.SVGsaveData(svg);
|
||||||
console.log("7");
|
|
||||||
return svg;
|
return svg;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user