src/EditProduct.cpp

changeset 257
cfba041bdaee
parent 249
3c28dc8dd51d
child 260
42b88d85fefc
--- a/src/EditProduct.cpp	Sun Jun 05 21:10:06 2022 +0200
+++ b/src/EditProduct.cpp	Mon Jun 06 13:04:27 2022 +0200
@@ -27,7 +27,7 @@
 {
     QSqlQuery query, wquery, yquery;
 
-    qDebug() << "EditProduct record:" << id;
+    qInfo() << "EditProduct record:" << id;
     product = new Product;
     ui->setupUi(this);
     product->fermentables_row = product->hops_row = product->miscs_row = product->yeasts_row = product->mashs_row = -1;

mercurial