remove prints
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user