From 0c2766f7a8f49971c5fb984e0bfe4ed97977b549 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 16 Jul 2010 07:00:44 +0000 Subject: removed redundant debug print. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2623 ee746299-78ed-0310-b773-934348b2243d --- libsylph/procmsg.c | 2 +- libsylph/utils.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libsylph') diff --git a/libsylph/procmsg.c b/libsylph/procmsg.c index b8f3af16..b4431ea2 100644 --- a/libsylph/procmsg.c +++ b/libsylph/procmsg.c @@ -1807,7 +1807,7 @@ skip: return -1; } - g_print("part_id = %s , total = %d\n", part_id, total); + debug_print("part_id = %s , total = %d\n", part_id, total); g_free(part_id); if (total == 0) { diff --git a/libsylph/utils.c b/libsylph/utils.c index 23bb3b62..8026cc28 100644 --- a/libsylph/utils.c +++ b/libsylph/utils.c @@ -2447,7 +2447,7 @@ gint get_last_empty_line_size(FILE *fp, off_t size) perror("fread"); return -1; } - g_print("last 4 bytes: %02x %02x %02x %02x\n", buf[0], buf[1], buf[2], buf[3]); + /* g_print("last 4 bytes: %02x %02x %02x %02x\n", buf[0], buf[1], buf[2], buf[3]); */ if (buf[3] == '\n') { if (buf[2] == '\n') lsize = 1; -- cgit v1.2.3