mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Remove some leftover debugging XD
This commit is contained in:
parent
00604722bb
commit
c37e83e235
@ -108,8 +108,7 @@ XS(XS_EQEmuIO_PRINT)
|
||||
int len = 0;
|
||||
for(i = 0; *cur != '\0'; i++, cur++) {
|
||||
if(*cur == '\n') {
|
||||
std::string string = StringFormat("%s - bitch", str);
|
||||
Log(Logs::General, Logs::Quests, string.c_str());
|
||||
Log(Logs::General, Logs::Quests, str);
|
||||
len = 0;
|
||||
pos = i+1;
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user