mirror of
https://github.com/inventree/inventree-app.git
synced 2025-05-01 23:16:49 +00:00
Remove debug print
This commit is contained in:
parent
ed5764336f
commit
518295f7cb
@ -536,8 +536,6 @@ class InvenTreeStockItem extends InvenTreeModel {
|
||||
// TODO: Remove this function when we deprecate support for the old API
|
||||
Future<bool> transferStock(BuildContext context, int location, {double? quantity, String? notes}) async {
|
||||
|
||||
print("transferStock()");
|
||||
|
||||
double q = this.quantity;
|
||||
|
||||
if (quantity != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user