shithub: choc

Download patch

ref: 2c165cde1ba5fb426cbfcaf27b65af0243bb8f7a
parent: d87bf91d31c58aaea1a0f3e43f6f9cdda5f6488f
author: Simon Howard <[email protected]>
date: Sun May 10 17:09:38 EDT 2009

Remove left-over debug message.

Subversion-branch: /branches/raven-branch
Subversion-revision: 1518

--- a/src/setup/mode.c
+++ b/src/setup/mode.c
@@ -167,8 +167,6 @@
     sprintf(executable, "%s%c%s", INSTALL_DIR, DIR_SEPARATOR,
                                   config->executable);
 #endif
-
-puts(executable);
 }
 
 static void SetMission(mission_config_t *config)