Disable leftover debug printf statements.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-12-12 08:36:03 +01:00
parent 6c7ec6eb1b
commit 72880d9e03
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ static int F(Filter *f)
f->noncalls = noncalls;
f->lastcall = lastcall;
#ifdef TESTING
#if 0 || defined(TESTING)
printf("\ncalls=%d noncalls=%d noncalls2=%d text_size=%x calltrickoffset=%x\n",calls,noncalls,noncalls2,size,cto);
#endif
return 0;