Remove debug print message

This commit is contained in:
Joshua Granick
2015-03-17 23:19:24 -07:00
parent a44a109cda
commit f4c9880cce

View File

@@ -25,8 +25,6 @@ class ImageHelper {
ProcessHelper.runCommand ("", "neko", [ PathHelper.getHaxelib (new Haxelib ("lime")) + "/svg.n", "process", path, Std.string (width), Std.string (height), temp ], true, true);
Sys.println ("1");
if (FileSystem.exists (temp)) {
var image = Image.fromFile (temp);