]> git.0d.be Git - empathy.git/commitdiff
Remove hashing progress debug message
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Tue, 5 May 2009 13:35:02 +0000 (15:35 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 1 Jun 2009 15:47:39 +0000 (17:47 +0200)
src/empathy-ft-manager.c

index ddace83fcefcd2e590287692deea0e58ad43bcb0..9dab21dbaafc25dac3e392e5d71b3b69679f4d4d 100644 (file)
@@ -561,8 +561,6 @@ ft_handler_hashing_progress_cb (EmpathyFTHandler *handler,
   char *first_line, *second_line, *message;
   GtkTreeRowReference *row_ref;
 
-  DEBUG ("Hashing progress");
-
   row_ref = ft_manager_get_row_from_handler (manager, handler);
   g_return_if_fail (row_ref != NULL);