Commit bcb99bee authored by eekkelund's avatar eekkelund

Delete unnecessary debug

parent f887acfa
...@@ -55,7 +55,6 @@ Button { ...@@ -55,7 +55,6 @@ Button {
onPressedChanged: { onPressedChanged: {
if (pressed) { if (pressed) {
console.log(highlightSource,_showPress,source)
pressTimer.start() pressTimer.start()
} }
} }
......
...@@ -152,8 +152,6 @@ QPixmap MLocalThemeDaemonClient::requestPixmap(const QString &id, const QSize &r ...@@ -152,8 +152,6 @@ QPixmap MLocalThemeDaemonClient::requestPixmap(const QString &id, const QSize &r
QStringList parts = id.split('?'); QStringList parts = id.split('?');
qDebug() << "ID requested: " << parts.at(0);
QSize size = requestedSize; QSize size = requestedSize;
if (size.width() < 1) { if (size.width() < 1) {
size.rwidth() = 0; size.rwidth() = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment