Remove some leftover debugging XD

This commit is contained in:
Akkadius 2017-08-24 04:15:55 -05:00
parent 00604722bb
commit c37e83e235

View File

@ -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 {