Skip to content

Commit 3d7f4c2

Browse files
committed
Drop the print
1 parent 7b353eb commit 3d7f4c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/instr_time.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ tsc_calibrate(void)
360360
stable_count++;
361361
if (stable_count >= TSC_CALIBRATION_STABLE_CYCLES)
362362
{
363-
printf("Done after %d cycles\n", i);
363+
//printf("Done after %d cycles\n", i);
364364
return (uint32) freq_khz;
365365
}
366366
}

0 commit comments

Comments
 (0)