mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Remove useless debug output (log at info level)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user