From d95afcf1229a11a7198936683998d16a1c2500d7 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 1 Jan 2016 00:05:38 +1000 Subject: [PATCH] Remove a compile-time message --- qcsrc/server/command/sv_cmd.qc | 1 - 1 file changed, 1 deletion(-) diff --git a/qcsrc/server/command/sv_cmd.qc b/qcsrc/server/command/sv_cmd.qc index a9ce54e30..33e9273bb 100644 --- a/qcsrc/server/command/sv_cmd.qc +++ b/qcsrc/server/command/sv_cmd.qc @@ -1458,7 +1458,6 @@ void GameCommand_stuffto(float request, float argc) // we can be certain they understand the risks of it... So to enable, compile server with -DSTUFFTO_ENABLED argument. #ifdef STUFFTO_ENABLED - #message "stuffto command enabled" switch (request) { case CMD_REQUEST_COMMAND: -- 2.39.2