Remove debug statement
This commit is contained in:
@@ -25,8 +25,6 @@ namespace lime {
|
|||||||
result = (char*)malloc ([locale length] + 1);
|
result = (char*)malloc ([locale length] + 1);
|
||||||
strncpy (result, ptr, [locale length]);
|
strncpy (result, ptr, [locale length]);
|
||||||
|
|
||||||
printf("%s\n", result);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef OBJC_ARC
|
#ifndef OBJC_ARC
|
||||||
|
|||||||
Reference in New Issue
Block a user