diff options
author | Santiago Cézar <santiagocezar2013@gmail.com> | 2022-11-02 07:45:43 -0300 |
---|---|---|
committer | Santiago Cézar <santiagocezar2013@gmail.com> | 2022-11-02 07:45:43 -0300 |
commit | 9ca4f19aeabf3cc4a105159c4b4796101a401126 (patch) | |
tree | 7bf01882e84916bb205cc01098161ba4fe7b4412 | |
parent | 48d34741f3255976cc2e208ef4bf858ae0beb782 (diff) | |
download | PrismLauncher-9ca4f19aeabf3cc4a105159c4b4796101a401126.tar.gz PrismLauncher-9ca4f19aeabf3cc4a105159c4b4796101a401126.tar.bz2 PrismLauncher-9ca4f19aeabf3cc4a105159c4b4796101a401126.zip |
remove logcat
Signed-off-by: Santiago Cézar <santiagocezar2013@gmail.com>
-rw-r--r-- | launcher/ui/MainWindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/launcher/ui/MainWindow.cpp b/launcher/ui/MainWindow.cpp index 2a6e8c1f..28eaa741 100644 --- a/launcher/ui/MainWindow.cpp +++ b/launcher/ui/MainWindow.cpp @@ -1562,8 +1562,6 @@ void MainWindow::setCatBackground(bool enabled) QDateTime xmas(QDate(now.date().year(), 12, 25), QTime(0, 0)); QString cat = APPLICATION->settings()->get("BackgroundCat").toString(); - qDebug() << "The choosen cat is " << cat << "."; - if(non_stupid_abs(now.daysTo(xmas)) <= 4) { cat += "-xmas"; } |