Remove debug spew
This commit is contained in:
@ -159,7 +159,6 @@ test_row_separator_height_func (GtkTreeModel *model,
|
|||||||
path = gtk_tree_model_get_path (model, iter);
|
path = gtk_tree_model_get_path (model, iter);
|
||||||
if (gtk_tree_path_get_indices (path)[0] == 2)
|
if (gtk_tree_path_get_indices (path)[0] == 2)
|
||||||
ret = TRUE;
|
ret = TRUE;
|
||||||
g_print ("row %d separator %d\n", gtk_tree_path_get_indices (path)[0], ret);
|
|
||||||
gtk_tree_path_free (path);
|
gtk_tree_path_free (path);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user