aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/utils.c')
-rw-r--r--libsylph/utils.c2
1 files changed, 1 insertions, 1 deletions
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;