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) {