changeset 250:84de80cbbd2c

[/trunk] Changeset 263 by mikael * Remove debug LogPrint (arf!)
author mikael
date Sat, 25 Jun 2005 08:35:50 +0000
parents c3e6e78d1ab4
children 806fcdd3b5da
files mcabber/src/histolog.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/histolog.c	Sat Jun 25 08:34:14 2005 +0000
+++ b/mcabber/src/histolog.c	Sat Jun 25 08:35:50 2005 +0000
@@ -200,7 +200,6 @@
     // Small check for too long messages
     if (tail >= HBB_BLOCKSIZE+18+format_off + data) {
       scr_LogPrint("A message could be too big in history file...");
-      scr_LogPrint("S=%d, fmt=%d  (->%d)", tail-data, format_off,
                    tail-data-format_off-18);
       // Maybe we will have a parse error on next, because this
       // message is big (maybe too big).