# HG changeset patch # User anders # Date 1033816043 0 # Node ID 2fa6adce8dc10b18838220dd9da2b21e698b9b75 # Parent 48f8c731efb54e5befc45d30e2b6bb57dc380aec Removing debug message, (oops) diff -r 48f8c731efb5 -r 2fa6adce8dc1 libaf/af.c --- a/libaf/af.c Sat Oct 05 11:02:39 2002 +0000 +++ b/libaf/af.c Sat Oct 05 11:07:23 2002 +0000 @@ -435,8 +435,6 @@ // Try to meet constraint nr 3. out = t * (((in/t)*mul.n + 1)/mul.d); while(in <= max_insize && out <= max_outsize){ - printf("debug in = %i out = %i \n",in,out); - if(out > len) return in; out = t * (((in/t)*mul.n + 1)/mul.d);