[gegl] fractal-trace: Remove tracing code that's no longer required



commit d5d232fcad80c73bc94ec8b91f79df4f5cec1a3d
Author: Mukund Sivaraman <muks banu com>
Date:   Thu Jun 30 21:12:16 2011 +0530

    fractal-trace: Remove tracing code that's no longer required

 operations/workshop/fractal-trace.c |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)
---
diff --git a/operations/workshop/fractal-trace.c b/operations/workshop/fractal-trace.c
index 3798c45..c009972 100644
--- a/operations/workshop/fractal-trace.c
+++ b/operations/workshop/fractal-trace.c
@@ -277,9 +277,6 @@ get_bounding_box (GeglOperation *operation)
 
   gegl_rectangle_copy(&result, in_rect);
 
-#ifdef TRACE
-  g_warning ("< get_bounding_box result = %dx%d+%d+%d", result.width, result.height, result.x, result.y);
-#endif
   return result;
 }
 
@@ -291,13 +288,7 @@ get_required_for_output (GeglOperation       *operation,
                          const gchar         *input_pad,
                          const GeglRectangle *roi)
 {
-  GeglRectangle  result = get_effective_area (operation);
-
-#ifdef TRACE
-  g_warning ("> get_required_for_output src=%dx%d+%d+%d", result.width, result.height, result.x, result.y);
-  if (roi)
-    g_warning ("  ROI == %dx%d+%d+%d", roi->width, roi->height, roi->x, roi->y);
-#endif
+  GeglRectangle result = get_effective_area (operation);
 
   return result;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]