git » fp-git.git » commit 8d8275f

removed debug information

author ecalot
2005-02-20 20:18:11 UTC
committer ecalot
2005-02-20 20:18:11 UTC
parent d9f4ab5fe6f4619fc123b5689645fb15b2c4cc68

removed debug information

FP/src/ker/titles.c +1 -1

diff --git a/FP/src/ker/titles.c b/FP/src/ker/titles.c
index bd50a4a..ad29bcc 100644
--- a/FP/src/ker/titles.c
+++ b/FP/src/ker/titles.c
@@ -140,7 +140,7 @@ tMenuOption playAnimation(int id) {
 
 					/* if the time is over or exit code detected */
 					if ((objArray[i].duration==1)||(exitCode<0)) {
-						printf("exit Code detected: i=%d exit=%d \n",i,exitCode);
+						/*printf("exit Code detected: i=%d exit=%d \n",i,exitCode);*/
 						objectFree(objArray[i].obj);
 						objArray[i].active=0; /* remember it is destroyed */
 					} else {