Remove debug message

This commit is contained in:
Joshua Granick
2016-08-30 15:19:07 -07:00
parent 4633398244
commit 1ff2486474

View File

@@ -216,8 +216,6 @@ namespace lime {
value lime_bytes_read_file (HxString path) {
printf("SLDJFLKDJF\n");
Bytes data = Bytes (path.__s);
return data.Value ();