diff --git a/framesvg.cpp b/framesvg.cpp index bac787942..203d7713c 100644 --- a/framesvg.cpp +++ b/framesvg.cpp @@ -321,7 +321,7 @@ void FrameSvg::resizeFrame(const QSizeF &size) } if (size.isEmpty()) { - kDebug() << "Invalid size" << size; + //kDebug() << "Invalid size" << size; return; }