mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Remove unnecessary debug output
This commit is contained in:
parent
a6ca7eb29d
commit
582ca33507
2 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue