Removed debug messages from performance counter code.

This commit is contained in:
Michael Mueller
2023-03-30 15:57:25 +02:00
parent 32a4d09d04
commit a913fbd62c
2 changed files with 0 additions and 4 deletions

View File

@@ -82,6 +82,5 @@ Genode::uint64_t Genode::Trace::Performance_counter::read(unsigned counter)
if ((rc = Nova::hpc_read(sel, type, value)) != Nova::NOVA_OK)
throw Genode::Trace::Pfc_access_error(rc);
Genode::log("Performance_counter::read = ", value);
return static_cast<Genode::uint64_t>(value);
}