remove debug printf

This commit is contained in:
Brian
2007-04-04 08:26:41 -06:00
parent 40ae3943f2
commit a28e648690

View File

@@ -1433,7 +1433,6 @@ static const char *triFuncName = NULL;
#define USE(triFunc) \
do { \
triFuncName = #triFunc; \
printf("%s\n", triFuncName);\
return triFunc; \
} while (0)