summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/itdb_itunesdb.c9
1 files changed, 0 insertions, 9 deletions
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;