Browse Source

WIP threads.

Mark Sibly 7 years ago
parent
commit
64e3a95131
1 changed files with 1 additions and 1 deletions
  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 );
 	}