BL Library now works 100% in paging, protected mode. A picture is worth a thousand...
[reactos.git] / reactos / boot / environ / lib / platform / time.c
index b612a81..87572b8 100644 (file)
@@ -78,7 +78,6 @@ BlpTimeCalibratePerformanceCounter (
             {
                 /* Read the TSC frequency from the MSR */
                 BlpTimePerformanceFrequency = __readmsr(0x40000022);
-                EfiPrintf(L"Using Hyper-V frequency as: %I64d\r\n", BlpTimePerformanceFrequency);
                 return STATUS_SUCCESS;
             }
         }