Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Aug 16, 2024
1 parent e13b908 commit 4f5e5e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Base/Base/Util/CPUInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ CPUInfo& CPUInfo::Get()

void CPUInfo::Print(i32 detailLevel)
{
NC_LOG_INFO("[CPUInfo]: Physical cores: {0}", _numCores);
NC_LOG_INFO("[CPUInfo]: Logical cores: {0}", _numThreads);
if (detailLevel > 0)
{
NC_LOG_INFO("[CPUInfo]: {0}", _prettyName);
Expand Down

0 comments on commit 4f5e5e1

Please sign in to comment.