diff options
author | Steven Rostedt <srostedt@redhat.com> | 2010-01-08 20:51:01 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2010-01-08 20:51:01 -0500 |
commit | 9219d24c25541af31dffaa32887e1783159c89a7 (patch) | |
tree | 8ee62eb31c420ba17f26c8c1a9496f1ba5681026 | |
parent | d96b5f00ea26de8148d33737a11e81cf007f6f46 (diff) |
trace-graph: Remove left over debug print
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r-- | trace-graph.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/trace-graph.c b/trace-graph.c index c190649..b478572 100644 --- a/trace-graph.c +++ b/trace-graph.c | |||
@@ -606,7 +606,6 @@ info_button_press_event(GtkWidget *widget, GdkEventButton *event, gpointer data) | |||
606 | { | 606 | { |
607 | struct graph_info *ginfo = data; | 607 | struct graph_info *ginfo = data; |
608 | 608 | ||
609 | printf("hi\n"); | ||
610 | if (event->button != 1) | 609 | if (event->button != 1) |
611 | return FALSE; | 610 | return FALSE; |
612 | 611 | ||