From 518295f7cba03dc5c2befc78ba8ce36c687d7c9e Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 9 Jan 2022 08:00:22 +1100 Subject: [PATCH] Remove debug print --- lib/inventree/stock.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/inventree/stock.dart b/lib/inventree/stock.dart index c49aef78..38c018e4 100644 --- a/lib/inventree/stock.dart +++ b/lib/inventree/stock.dart @@ -536,8 +536,6 @@ class InvenTreeStockItem extends InvenTreeModel { // TODO: Remove this function when we deprecate support for the old API Future transferStock(BuildContext context, int location, {double? quantity, String? notes}) async { - print("transferStock()"); - double q = this.quantity; if (quantity != null) {