Remove console.log() calls that were inadvertantly left in. (argh!) Issue #210.

This commit is contained in:
Davide P. Cervone 2012-09-01 12:44:13 -04:00
parent 42998e00e5
commit 688de8ee2b
3 changed files with 2 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1430,9 +1430,7 @@
}
this.SVGhandleColor(svg);
if (!svg.element.firstChild) {delete svg.element}
console.log("6");
this.SVGsaveData(svg);
console.log("7");
return svg;
}
});