git » fp-git.git » commit 8cd65ca

remove debug message

author gazer
2005-01-17 00:00:49 UTC
committer gazer
2005-01-17 00:00:49 UTC
parent f4af85f5c7ed3671a822d28359cdaa155f1b4f4f

remove debug message

FP/src/out/output.c +0 -2

diff --git a/FP/src/out/output.c b/FP/src/out/output.c
index 7ccd3fb..c5d00fd 100644
--- a/FP/src/out/output.c
+++ b/FP/src/out/output.c
@@ -129,12 +129,10 @@ void outputDrawText(int x, int y, const char *fmt, ...)
 			to.h = from.h;
 			SDL_BlitSurface (font, &from, screen, &to);
 
-			printf ("X=%d , y=%d, w=%d\n", from.x, from.y, from.w);
 			current_x += valid_chars[*s].w;
 		}
 		s++;
 	}
-	printf ("\n");
 }
 
 void outputDrawMessage(const char* fmt, ...)