Debug --
authornash <nash@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 6 Feb 2011 23:51:19 +0000 (23:51 +0000)
committernash <nash@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 6 Feb 2011 23:51:19 +0000 (23:51 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@56769 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_proxy.c

index 66da9aa..7ba6d1c 100644 (file)
@@ -237,7 +237,6 @@ _proxy_render(Evas_Object *obj, void *output, void *context,
    /* Images only essentially */
    if (o->source->proxy.surface)
      {
-         printf("Just grab pixels from surface\n");
          pixels = o->source->proxy.surface;
      }
    /* Making this faster would be nice... */
@@ -247,7 +246,6 @@ _proxy_render(Evas_Object *obj, void *output, void *context,
      //}
    else
      {
-         printf("need to render source object\n");
          _proxy_subrender(obj->layer->evas, o->source);
          pixels = o->source->proxy.surface;
      }
@@ -255,7 +253,6 @@ _proxy_render(Evas_Object *obj, void *output, void *context,
 
    if (!pixels)
      {
-        printf("No pixels from source: Not drawing\n");
         return;
      }