[anjuta-extras] class-inheritance: Removed debug message



commit b1a7dda49f02257f7c294379c95ca384ddd9393a
Author: Naba Kumar <naba gnome org>
Date:   Wed Feb 24 21:39:44 2010 +0200

    class-inheritance: Removed debug message

 plugins/class-inheritance/class-inherit.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/plugins/class-inheritance/class-inherit.c b/plugins/class-inheritance/class-inherit.c
index 78af833..0079c5c 100644
--- a/plugins/class-inheritance/class-inherit.c
+++ b/plugins/class-inheritance/class-inherit.c
@@ -82,10 +82,6 @@ create_canvas_arrow_item (GtkWidget *canvas, CanvasArrowDir direction,
 	triangle->coords[6] = x1 + offset;
 	triangle->coords[7] = y1 + offset;
 
-	for (i = 0; i < 8; i++)
-	{
-		g_message ("Arrow[%d] = %f", i, triangle->coords[i]);
-	}
 	item = gnome_canvas_item_new (gnome_canvas_root
 	                              (GNOME_CANVAS (canvas)),
 	                              gnome_canvas_polygon_get_type (),



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