diff --git a/Kernel/subsystem/time/hpet.cpp b/Kernel/subsystem/time/hpet.cpp index c1aca55b..86643d9c 100644 --- a/Kernel/subsystem/time/hpet.cpp +++ b/Kernel/subsystem/time/hpet.cpp @@ -75,12 +75,6 @@ namespace Time mmoutl(&this->hpet->Configuration, 1); #endif - for (int i = 0; i < 5; i++) - { - uint64_t val = mminq(&this->hpet->MainCounter); - KPrint("HPET counter test %d: %llu", i, val); - } - uint64_t cfg = mminq(&this->hpet->Configuration); if (!(cfg & 1)) warn("HPET counter is not enabled!");