src/EditRecipeTab5.cpp

changeset 454
2dfead81c72f
parent 395
7212b980a527
child 478
a3653722b0d6
--- a/src/EditRecipeTab5.cpp	Tue Jan 10 16:56:21 2023 +0100
+++ b/src/EditRecipeTab5.cpp	Thu Jan 12 14:34:14 2023 +0100
@@ -35,7 +35,6 @@
     QHBoxLayout* pLayout;
     QTableWidgetItem *item;
 
-    qDebug() << "refreshYeasts" << recipe->yeasts.size();
     std::sort(recipe->yeasts.begin(), recipe->yeasts.end(), yeast_sort_test);
 
     const QStringList labels({tr("Yeast"), tr("Laboratory"), tr("Code"), tr("Type"), tr("Use for"), tr("Min. °C"), tr("Max. °C"),

mercurial