This commit is contained in:
Marco Martin 2011-09-28 16:48:24 +02:00
parent 888a5753de
commit 7f0cd3ed30

View File

@ -321,7 +321,7 @@ void FrameSvg::resizeFrame(const QSizeF &size)
} }
if (size.isEmpty()) { if (size.isEmpty()) {
kDebug() << "Invalid size" << size; //kDebug() << "Invalid size" << size;
return; return;
} }