Removed debug logging

This commit is contained in:
Michiel Broek 2002-04-01 20:28:53 +00:00
parent 924cc441e0
commit b9aefca9bf

View File

@ -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);
}
}
}