aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-completion-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-completion-model.c')
-rw-r--r--src/ephy-completion-model.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-completion-model.c b/src/ephy-completion-model.c
index ec5bd3aaf..f407bb45b 100644
--- a/src/ephy-completion-model.c
+++ b/src/ephy-completion-model.c
@@ -164,12 +164,10 @@ root_child_removed_cb (EphyNode *node,
path = gtk_tree_path_new ();
index = old_index;
- g_print ("Node index %d\n", index);
if (node == model->priv->bookmarks)
{
index += ephy_node_get_n_children (model->priv->history);
}
- g_print ("List index %d\n", index);
gtk_tree_path_append_index (path, index);
gtk_tree_model_row_deleted (GTK_TREE_MODEL (model), path);