tracker r2964 - trunk/src/tracker-extract



Author: carlosg
Date: Tue Feb 24 16:53:11 2009
New Revision: 2964
URL: http://svn.gnome.org/viewvc/tracker?rev=2964&view=rev

Log:
Remove debug code.

Modified:
   trunk/src/tracker-extract/tracker-extract.c

Modified: trunk/src/tracker-extract/tracker-extract.c
==============================================================================
--- trunk/src/tracker-extract/tracker-extract.c	(original)
+++ trunk/src/tracker-extract/tracker-extract.c	Tue Feb 24 16:53:11 2009
@@ -212,8 +212,6 @@
 	path_in_locale = g_filename_from_utf8 (path_used, -1, NULL, NULL, NULL);
 	g_free (path_used);
 
-	while (TRUE);
-
 	if (!path_in_locale) {
 		g_warning ("Could not convert path from UTF-8 to locale");
 		g_free (path_used);



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