Skip to content

Commit

Permalink
Remove unneeded debug mess
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Jan 5, 2022
1 parent 363a3b3 commit 92a959a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/MiningFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ void MiningFrame::updateMinerLog(const QString& _message) {
}

void MiningFrame::coreDealTurned(int _cores) {
qDebug() << "Cores " << _cores;
QTimer::singleShot(600, [this, _cores]() {
Settings::instance().setMiningThreads(_cores);
} );
Expand Down

0 comments on commit 92a959a

Please sign in to comment.