oops - remove printf debug.

This commit is contained in:
Carsten Haitzler 2013-11-17 10:24:59 +09:00
parent b676a97960
commit 294b05c874
1 changed files with 0 additions and 1 deletions

View File

@ -2354,7 +2354,6 @@ eng_gl_surface_destroy(void *data EINA_UNUSED, void *surface)
if (!sfc) return 0;
printf("free buf %p\n", sfc->buffer);
if (sfc->buffer) free(sfc->buffer);
free(sfc);