Git commit 32549cf2df8f8edfce35e64ceea11fcb2b8e1a28 by Barth Netterfield. Committed on 30/01/2016 at 21:22. Pushed by netterfield into branch 'master'. Remove some debug messages. M +2 -2 src/widgets/geticon.cpp http://commits.kde.org/kst-plot/32549cf2df8f8edfce35e64ceea11fcb2b8e1a28 diff --git a/src/widgets/geticon.cpp b/src/widgets/geticon.cpp index 0c8aeb8..8de088d 100644 --- a/src/widgets/geticon.cpp +++ b/src/widgets/geticon.cpp @@ -14,11 +14,11 @@ #include = QIcon KstGetIcon(QString icon_name) { - static bool has_svg =3D true; + //static bool has_svg =3D true; = QString svg_name =3D ":svg_icons/"+icon_name+".svgz"; if (QFile::exists(svg_name)) { - qDebug() << svg_name; + //qDebug() << svg_name; return QIcon(svg_name); } else { QString png_name =3D ":"+icon_name+".png";