From 6da1e593fcc79fa60010bd7a1782ff6d5ec8f6b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Thu, 11 Sep 2025 14:17:24 +0200 Subject: [PATCH] Remove debug prints. Took 3 minutes --- .../src/client/ui/widgets/general/home_styled_button.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/cockatrice/src/client/ui/widgets/general/home_styled_button.cpp b/cockatrice/src/client/ui/widgets/general/home_styled_button.cpp index a5a37ec84..4db1b0b58 100644 --- a/cockatrice/src/client/ui/widgets/general/home_styled_button.cpp +++ b/cockatrice/src/client/ui/widgets/general/home_styled_button.cpp @@ -29,9 +29,6 @@ QString HomeStyledButton::generateButtonStylesheet(const QPair & QColor pressed1 = base1.darker(130); // 30% darker QColor pressed2 = base2.darker(130); - qInfo() << base1.name(); - qInfo() << base2.toRgb(); - return QString(R"( QPushButton { font-size: 34px;