mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 16:41: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;
|
int len = 0;
|
||||||
for(i = 0; *cur != '\0'; i++, cur++) {
|
for(i = 0; *cur != '\0'; i++, cur++) {
|
||||||
if(*cur == '\n') {
|
if(*cur == '\n') {
|
||||||
std::string string = StringFormat("%s - bitch", str);
|
Log(Logs::General, Logs::Quests, str);
|
||||||
Log(Logs::General, Logs::Quests, string.c_str());
|
|
||||||
len = 0;
|
len = 0;
|
||||||
pos = i+1;
|
pos = i+1;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user