From 21c28b1561ba48187d0f08ac146291f50b27566f Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sun, 30 Sep 2007 17:43:49 +0000 Subject: * src/itdb_itunesdb.c: (itdb_write_checksum): remove debugging g_print git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1708 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- src/itdb_itunesdb.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src') diff --git a/src/itdb_itunesdb.c b/src/itdb_itunesdb.c index 35b01c5..0b944a0 100644 --- a/src/itdb_itunesdb.c +++ b/src/itdb_itunesdb.c @@ -5045,15 +5045,6 @@ static gboolean itdb_write_checksum (Itdb_iTunesDB *db) result = itdb_write_checksum_to_file (itdb_path, checksum, len); g_free (itdb_path); - - { - unsigned int i; - g_print ("Checksum: "); - for (i = 0; i < strlen ((char *)checksum); i++) { - g_print ("%02x ", checksum[i]); - } - } - g_print ("\n"); g_free (checksum); return result; -- cgit