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