diff --git a/code/ryzom/client/src/client.cpp b/code/ryzom/client/src/client.cpp index aa3d14e46..255e8e95b 100644 --- a/code/ryzom/client/src/client.cpp +++ b/code/ryzom/client/src/client.cpp @@ -278,13 +278,6 @@ int main(int argc, char **argv) // initialize log initLog(); -#ifdef NL_OS_MAC - for (sint i = 0; i < argc; ++i) - { - nlinfo("Argument %d: %s", i, argv[i]); - } -#endif - #ifdef RZ_USE_STEAM CSteamClient steamClient;