Remove debug statement

This commit is contained in:
Joshua Granick
2016-09-02 16:57:14 -07:00
parent 98ca660c0e
commit 25022dab82

View File

@@ -25,8 +25,6 @@ namespace lime {
result = (char*)malloc ([locale length] + 1);
strncpy (result, ptr, [locale length]);
printf("%s\n", result);
}
#ifndef OBJC_ARC