mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-03 02:13:51 +00:00
Cleanup CloseFileLogs()
This commit is contained in:
parent
683a81a6c8
commit
7ce5acf701
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user