summaryrefslogtreecommitdiff
path: root/components/tree
diff options
context:
space:
mode:
authorMathieu Lacage <mathieu@src.gnome.org>2000-09-05 23:51:48 +0000
committerMathieu Lacage <mathieu@src.gnome.org>2000-09-05 23:51:48 +0000
commit9872379b8fe0b2f735596c1a18e5cfccf3d5a097 (patch)
tree76112428f672fcdda17efd60a76e1f207298eb09 /components/tree
parentfe7bbe2dbaf0ba6579c58e5a24f5abcfe748f54f (diff)
downloadnautilus-9872379b8fe0b2f735596c1a18e5cfccf3d5a097.tar.gz
remove some little debugging output
Diffstat (limited to 'components/tree')
-rw-r--r--components/tree/nautilus-tree-view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/tree/nautilus-tree-view.c b/components/tree/nautilus-tree-view.c
index 6e65e3944..2b3646f41 100644
--- a/components/tree/nautilus-tree-view.c
+++ b/components/tree/nautilus-tree-view.c
@@ -443,7 +443,6 @@ nautilus_tree_view_insert_model_node (NautilusTreeView *view, NautilusTreeNode *
FALSE,
FALSE);
- g_print ("???\n");
gtk_ctree_node_set_row_data (GTK_CTREE (view->details->tree),
view_node,
node);