mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
line-visualizer-row: remove debug code
This commit is contained in:
@ -536,8 +536,6 @@ sp_line_visualizer_row_add_counter (SpLineVisualizerRow *self,
|
|||||||
if (SP_LINE_VISUALIZER_ROW_GET_CLASS (self)->counter_added)
|
if (SP_LINE_VISUALIZER_ROW_GET_CLASS (self)->counter_added)
|
||||||
SP_LINE_VISUALIZER_ROW_GET_CLASS (self)->counter_added (self, counter_id);
|
SP_LINE_VISUALIZER_ROW_GET_CLASS (self)->counter_added (self, counter_id);
|
||||||
|
|
||||||
g_print ("Adding counter: %d\n", counter_id);
|
|
||||||
|
|
||||||
sp_line_visualizer_row_queue_reload (self);
|
sp_line_visualizer_row_queue_reload (self);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user