diff --git a/commandline.cpp b/commandline.cpp index a7323550..e1e63fc8 100644 --- a/commandline.cpp +++ b/commandline.cpp @@ -194,7 +194,6 @@ int arg::readCommon() { } else if(argis("-msg")) { shift(); addMessage(args()); - printf("%s\n", args().c_str()); } else if(argis("-msg0")) { clearMessages();