Some cleanup [skip ci]

This commit is contained in:
Akkadius
2020-04-01 00:57:34 -05:00
parent 7d8347a556
commit 58534dea16
2 changed files with 5 additions and 6 deletions
-5
View File
@@ -254,11 +254,6 @@ int main(int argc, char** argv) {
} else {
content_db.SetMysql(database.getMySQL());
}
//
// auto results = content_db.QueryDatabase("SELECT id FROM items limit 10");
// for (auto row = results.begin(); row != results.end(); ++row) {
// std::cout << row[0] << std::endl;
// }
/* Register Log System and Settings */
LogSys.SetGMSayHandler(&Zone::GMSayHookCallBackProcess);