Remove debug spew

This commit is contained in:
Matthias Clasen 2013-07-09 20:06:23 -04:00
parent f636a2668b
commit f8e4dbc6f4

View File

@ -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;