remove prints

This commit is contained in:
John-Paul Compagnone
2024-05-12 16:05:08 -04:00
parent d5cabf8af5
commit 4cd0c3357b

View File

@@ -298,8 +298,6 @@ class MiningModeHashrateTune(MinerConfigValue):
return {"mode": {"mode": "custom", "tune": "ths", "ths": self.hashrate}} return {"mode": {"mode": "custom", "tune": "ths", "ths": self.hashrate}}
def as_epic(self) -> dict: def as_epic(self) -> dict:
print("JP", self.algo)
print(self.algo.as_epic())
return { return {
"ptune": { "ptune": {
"algo": self.algo.as_epic(), "algo": self.algo.as_epic(),