raster pushed a commit to branch master.

commit a18bdfc19f7c1e8a7478f2d815933af5d2c0ccd4
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Aug 9 22:30:14 2013 +0900

    evas - OOPS! printf was not meant to go in!
---
 src/lib/evas/canvas/evas_object_image.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/lib/evas/canvas/evas_object_image.c 
b/src/lib/evas/canvas/evas_object_image.c
index 4ef3831..df49c70 100644
--- a/src/lib/evas/canvas/evas_object_image.c
+++ b/src/lib/evas/canvas/evas_object_image.c
@@ -4053,11 +4053,6 @@ evas_object_image_render(Evas_Object *eo_obj, 
Evas_Object_Protected_Data *obj, v
                             inw = br; inh = imh - bt - bb;
                             outx = ox + iw - bsr; outy = oy + bst;
                             outw = bsr; outh = ih - bst - bsb;
-                            if (br == 80)
-                              {
-                                 printf("%i %i %ix%i -> %i %i %ix%i\n",
-                                        inx, iny, inw, inh, outx, outy, outw, 
outh);
-                              }
                             _draw_image(obj, output, context, surface, pixels, 
inx, iny, inw, inh, outx, outy, outw, outh, o->cur->smooth_scale, do_async);
                             // |
                             // #--

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to