tracker: Silence a debug message

The same way than the other ones, with #if 0.
This commit is contained in:
Damien Lespiau
2011-01-21 10:56:19 +00:00
committed by Søren Sandmann Pedersen
parent 758fdc86a9
commit e14788c87e

View File

@ -251,7 +251,9 @@ tracker_new (void)
g_get_current_time (&after);
#if 0
g_print ("Time to populate %f\n", time_diff (&after, &before));
#endif
return tracker;
}