Remove debug message

This commit is contained in:
Joshua Granick
2018-06-15 11:48:18 -07:00
parent 3b572f9096
commit 5c1601fccc

View File

@@ -345,8 +345,6 @@ namespace lime {
HL_PRIM void hl_lime_cairo_fill_preserve (HL_CFFIPointer* handle) {
printf ("handle %d\n", handle);
printf ("ptr %d\n", handle->ptr);
cairo_fill_preserve ((cairo_t*)handle->ptr);
}