mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Remove unnecessary debug output
This commit is contained in:
@@ -322,8 +322,8 @@ void * EmergeThread::Thread()
|
||||
TimeTaker timer("on_generated");
|
||||
scriptapi_environment_on_generated(m_server->m_lua,
|
||||
minp, maxp, mapgen::get_blockseed(data.seed, minp));
|
||||
int t = timer.stop(true);
|
||||
dstream<<"on_generated took "<<t<<"ms"<<std::endl;
|
||||
/*int t = timer.stop(true);
|
||||
dstream<<"on_generated took "<<t<<"ms"<<std::endl;*/
|
||||
}
|
||||
|
||||
if(enable_mapgen_debug_info)
|
||||
|
Reference in New Issue
Block a user