mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove useless debug output (log at info level)
This commit is contained in:
parent
e71d75ed9a
commit
f79082a46d
3 changed files with 6 additions and 8 deletions
|
@ -861,9 +861,9 @@ int main(int argc, char *argv[])
|
|||
|
||||
DSTACK(__FUNCTION_NAME);
|
||||
|
||||
dstream<<"logfile = "<<logfile<<std::endl;
|
||||
dstream<<"path_share = "<<porting::path_share<<std::endl;
|
||||
dstream<<"path_user = "<<porting::path_user<<std::endl;
|
||||
infostream<<"logfile = "<<logfile<<std::endl;
|
||||
infostream<<"path_share = "<<porting::path_share<<std::endl;
|
||||
infostream<<"path_user = "<<porting::path_user<<std::endl;
|
||||
|
||||
// Debug handler
|
||||
BEGIN_DEBUG_EXCEPTION_HANDLER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue