Remove occurrences of LogSQL

This commit is contained in:
Akkadius 2015-01-24 03:49:07 -06:00
parent 71f0d86767
commit c28570f92e

View File

@ -6687,7 +6687,6 @@ void command_qglobal(Client *c, const Seperator *sep) {
return;
}
c->LogSQL(query.c_str());
c->Message(15, "Success! Changes take effect on zone reboot.");
return;
}