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;