From 9b2b05cbfd222661f9709737157b6e62de153ad0 Mon Sep 17 00:00:00 2001 From: QTinman Date: Thu, 10 Jun 2021 11:13:55 +0000 Subject: [PATCH] Daily status added to CSV report. --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 1ef3b8f..fea5331 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -208,7 +208,6 @@ void MainWindow::Calc_json() outflow_crypt *= 1000000; outflow_usdt *= 1000000; if (inflow_crypt < crypt_to) { - //ui->alert->setText("Warning Cryptocurrency deposit into exchanges exeeds "+QLocale(QLocale::English).toString(inflow_crypt)); alert1++; ui->alert1->setText("Alerts:"+QString::number(alert1)); }