--- gst/gstregistryxml.c.old	2008-12-04 11:42:42.000000000 -0800
+++ gst/gstregistryxml.c	2008-12-04 12:05:10.000000000 -0800
@@ -585,8 +585,8 @@
     return FALSE;
   }
 
-  g_timer_stop (timer);
-  seconds = g_timer_elapsed (timer, NULL);
+  g_timer_stop (timer); 
+  //seconds = g_timer_elapsed (timer, NULL);
   g_timer_destroy (timer);
 
   GST_INFO ("loaded %s in %lf seconds", location, seconds);
