Commit bcb99bee authored by eekkelund's avatar eekkelund

Delete unnecessary debug

parent f887acfa
......@@ -55,7 +55,6 @@ Button {
onPressedChanged: {
if (pressed) {
console.log(highlightSource,_showPress,source)
pressTimer.start()
}
}
......
......@@ -152,8 +152,6 @@ QPixmap MLocalThemeDaemonClient::requestPixmap(const QString &id, const QSize &r
QStringList parts = id.split('?');
qDebug() << "ID requested: " << parts.at(0);
QSize size = requestedSize;
if (size.width() < 1) {
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