src/EditRecipeTab6.cpp

changeset 454
2dfead81c72f
parent 452
c4c5d02131be
--- a/src/EditRecipeTab6.cpp	Tue Jan 10 16:56:21 2023 +0100
+++ b/src/EditRecipeTab6.cpp	Thu Jan 12 14:34:14 2023 +0100
@@ -26,8 +26,6 @@
     QTableWidgetItem *item;
     QIcon down_icon, up_icon;
 
-    qDebug() << "refreshMashs" << recipe->mashs.size();
-
     down_icon.addFile(QString::fromUtf8(":/icons/silk/bullet_arrow_down.png"), QSize(), QIcon::Normal, QIcon::Off);
     up_icon.addFile(QString::fromUtf8(":/icons/silk/bullet_arrow_up.png"), QSize(), QIcon::Normal, QIcon::Off);
 

mercurial