Remove debug prints.

Took 3 minutes
This commit is contained in:
Lukas Brübach 2025-09-11 14:17:24 +02:00
parent 49dea9bcd2
commit 6da1e593fc

View file

@ -29,9 +29,6 @@ QString HomeStyledButton::generateButtonStylesheet(const QPair<QColor, QColor> &
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;