brasero r1389 - in trunk: . src



Author: philippr
Date: Fri Oct 17 18:14:42 2008
New Revision: 1389
URL: http://svn.gnome.org/viewvc/brasero?rev=1389&view=rev

Log:
	Remove leftovers debug statements


Modified:
   trunk/ChangeLog
   trunk/src/brasero-data-project.c

Modified: trunk/src/brasero-data-project.c
==============================================================================
--- trunk/src/brasero-data-project.c	(original)
+++ trunk/src/brasero-data-project.c	Fri Oct 17 18:14:42 2008
@@ -879,7 +879,7 @@
 	BraseroURINode *graft;
 
 	priv = BRASERO_DATA_PROJECT_PRIVATE (self);
-g_print ("GRAFT %s\n", uri);
+
 	graft = g_new0 (BraseroURINode, 1);
 	if (uri != NEW_FOLDER)
 		graft->uri = brasero_utils_register_string (uri);
@@ -932,7 +932,6 @@
 		BraseroFileNode *iter_node;
 
 		iter_node = iter->data;
-		g_print ("NERKJ %s\n", BRASERO_FILE_NODE_NAME (iter_node));
 		brasero_file_node_graft (iter_node, graft);
 	}
 	g_slist_free (nodes);
@@ -1461,7 +1460,7 @@
 	BraseroDataProjectClass *klass;
 
 	priv = BRASERO_DATA_PROJECT_PRIVATE (self);
-g_print ("REACHED %s\n", uri);
+
 	/* See if we should create a graft for the node.
 	 * NOTE: if we create a graft we create a graft for all nodes
 	 * that have the same URI in the tree too. */
@@ -1477,7 +1476,6 @@
 		brasero_file_node_graft (node, graft);
 	}
 	else if (node->parent == priv->root) {
-g_print ("SKDLFKD \n");
 		/* The node is at the root of the project; graft it as well as
 		 * all the nodes already in the tree with the same URI */
 		graft = brasero_data_project_uri_graft_nodes (self, uri);
@@ -1492,7 +1490,7 @@
 		gchar *parent_uri;
 
 		parent_uri = brasero_data_project_node_to_uri (self, node->parent);
-g_print ("OKK %s %p\n", parent_uri, node->parent);
+
 		/* NOTE: in here use a special function here since that node 
 		 * could already be in the tree but under its rightful parent
 		 * and then it won't have any graft yet. That's why these nodes
@@ -2000,7 +1998,7 @@
 		brasero_data_project_remove_real (self, node);
 		graft = g_hash_table_lookup (priv->grafts, uri);
 	}
-g_print ("GRAFF %p\n", graft);
+
 	node = brasero_file_node_new_loading (name, parent, priv->sort_func);
 	brasero_data_project_add_node_real (self, node, graft, uri);
 	g_free (name);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]