Author: abrander
Date: 2010-02-12 21:49:27 +0100 (Fri, 12 Feb 2010)
New Revision: 3174

Modified:
   trunk/src/rs-store.c
Log:
Removed debug timer.^C

Modified: trunk/src/rs-store.c
===================================================================
--- trunk/src/rs-store.c        2010-02-12 20:40:05 UTC (rev 3173)
+++ trunk/src/rs-store.c        2010-02-12 20:49:27 UTC (rev 3174)
@@ -510,12 +510,10 @@
                                        METADATA_COLUMN, &metadata,
                                        -1);
 
-                               GTimer *gt = g_timer_new();
                                RSLibrary *library = rs_library_get_singleton();
                                gboolean autotag;
                                
rs_conf_get_boolean_with_default(CONF_LIBRARY_AUTOTAG, &autotag, 
DEFAULT_CONF_LIBRARY_AUTOTAG);
                                GList *tags = rs_library_photo_tags(library, 
filename, autotag);
-                               printf("time: %f\n",g_timer_elapsed(gt, NULL));
 
                                if (metadata) switch(type)
                                {


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to