mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
Some cleanup [skip ci]
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user