[gnumeric] remove printf debug statement.



commit 17caa9d6db1e1053a89510b4d49308555ed18545
Author: Jean Brefort <jean brefort normalesup org>
Date:   Fri Aug 5 20:50:22 2011 +0200

    remove printf debug statement.

 src/gui-util.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gui-util.c b/src/gui-util.c
index 1c3f044..8c69138 100644
--- a/src/gui-util.c
+++ b/src/gui-util.c
@@ -530,7 +530,6 @@ gnumeric_position_tooltip (GtkWidget *tip, int px, int py, gboolean horizontal)
 		py -= req.height / 2;
 	}
 
-printf("px=%d py=%d\n",px,py);
 	if (px < 0)
 		px = 0;
 	if (py < 0)



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