Removed debug logging
This commit is contained in:
parent
924cc441e0
commit
b9aefca9bf
@ -120,7 +120,6 @@ void Msg_Macro(FILE *fi)
|
|||||||
* Empty lines are just written
|
* Empty lines are just written
|
||||||
*/
|
*/
|
||||||
MsgText_Add2((char *)"");
|
MsgText_Add2((char *)"");
|
||||||
Syslog('-', " ");
|
|
||||||
} else {
|
} else {
|
||||||
strncpy(temp, ParseMacro(line,&res), 254);
|
strncpy(temp, ParseMacro(line,&res), 254);
|
||||||
if (res)
|
if (res)
|
||||||
@ -130,7 +129,6 @@ void Msg_Macro(FILE *fi)
|
|||||||
*/
|
*/
|
||||||
if (strlen(temp)) {
|
if (strlen(temp)) {
|
||||||
MsgText_Add2(temp);
|
MsgText_Add2(temp);
|
||||||
Syslog('-', "%s", temp);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user