mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
Cleanup CloseFileLogs()
This commit is contained in:
@@ -305,9 +305,6 @@ void EQEmuLogSys::MakeDirectory(std::string directory_name){
|
||||
|
||||
void EQEmuLogSys::CloseFileLogs()
|
||||
{
|
||||
if (EQEmuLogSys::log_platform == EQEmuExePlatform::ExePlatformZone){
|
||||
//std::cout << "Closing down zone logs..." << std::endl;
|
||||
}
|
||||
if (process_log.is_open()){
|
||||
process_log.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user