Fix temperature again
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace metrics
|
||||
{
|
||||
|
||||
@@ -173,8 +171,6 @@ namespace metrics
|
||||
if (phys >= static_cast<int>(physical.size()))
|
||||
phys = physical.size() - 1; // safety
|
||||
logical[i] = physical[phys];
|
||||
|
||||
std::cout << i << " " << logical[i].current << "/" << logical[i].max << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user