aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-ft-manager.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-05-05 21:35:02 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:47:39 +0800
commit4e83ee317253d1cd3821258a418cdd829ce01549 (patch)
treeb6e732a4db6bc040703005b8a4377164c470ec50 /src/empathy-ft-manager.c
parent04cc954b2551b7c6c622a630bfc54d55edbe81ab (diff)
downloadgsoc2013-empathy-4e83ee317253d1cd3821258a418cdd829ce01549.tar
gsoc2013-empathy-4e83ee317253d1cd3821258a418cdd829ce01549.tar.gz
gsoc2013-empathy-4e83ee317253d1cd3821258a418cdd829ce01549.tar.bz2
gsoc2013-empathy-4e83ee317253d1cd3821258a418cdd829ce01549.tar.lz
gsoc2013-empathy-4e83ee317253d1cd3821258a418cdd829ce01549.tar.xz
gsoc2013-empathy-4e83ee317253d1cd3821258a418cdd829ce01549.tar.zst
gsoc2013-empathy-4e83ee317253d1cd3821258a418cdd829ce01549.zip
Remove hashing progress debug message
Diffstat (limited to 'src/empathy-ft-manager.c')
-rw-r--r--src/empathy-ft-manager.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/empathy-ft-manager.c b/src/empathy-ft-manager.c
index ddace83fc..9dab21dba 100644
--- a/src/empathy-ft-manager.c
+++ b/src/empathy-ft-manager.c
@@ -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);