printf--
authorraster <raster>
Sat, 7 Jul 2012 03:41:38 +0000 (03:41 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 7 Jul 2012 03:41:38 +0000 (03:41 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@73437 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_cc_out.c

index e965854..3c146c8 100644 (file)
@@ -729,7 +729,6 @@ data_thread_image_end(void *data, Ecore_Thread *thread __UNUSED__)
    if (iw->path) free(iw->path);
    evas_object_del(iw->im);
    free(iw);
-   printf("@@@ IMAGE DONE: %i\n", pending_threads);
 }
 
 static void
@@ -1249,7 +1248,6 @@ data_scripts_exe_del_cb(void *data __UNUSED__, int evtype __UNUSED__, void *evin
         data_thread_script_end(sc, NULL);
      }
    pending_threads--;
-   printf("@@@ SCRIPT DONE: %i\n", pending_threads);
    if (pending_threads <= 0) ecore_main_loop_quit();
    return ECORE_CALLBACK_CANCEL;
 }