Mark Sibly %!s(int64=7) %!d(string=hai) anos
pai
achega
64e3a95131
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/monkey/native/bbgc_mx.cpp

+ 1 - 1
modules/monkey/native/bbgc_mx.cpp

@@ -456,7 +456,7 @@ namespace bbGC{
 		
 		double elapsed=now()-start;
 		
-		bb_printf( "sweep=%g (%ims)",elapsed,int(elapsed*1000+0.5) );fflush( stdout );
+//		bb_printf( "sweep=%g (%ims)\n",elapsed,int(elapsed*1000+0.5) );fflush( stdout );
 		
 //		printf( "end sweep\n" );fflush( stdout );
 	}