From b9aefca9bfef703dc098552a61b8151f6fe99b0c Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Mon, 1 Apr 2002 20:28:53 +0000 Subject: [PATCH] Removed debug logging --- mbfido/msgutil.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mbfido/msgutil.c b/mbfido/msgutil.c index 73415927..4dfbcd42 100644 --- a/mbfido/msgutil.c +++ b/mbfido/msgutil.c @@ -120,7 +120,6 @@ void Msg_Macro(FILE *fi) * Empty lines are just written */ MsgText_Add2((char *)""); - Syslog('-', " "); } else { strncpy(temp, ParseMacro(line,&res), 254); if (res) @@ -130,7 +129,6 @@ void Msg_Macro(FILE *fi) */ if (strlen(temp)) { MsgText_Add2(temp); - Syslog('-', "%s", temp); } } }