mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
chore: remove print statement
This commit is contained in:
@@ -1303,7 +1303,6 @@ def create_new_asset_after_split(asset, split_qty):
|
|||||||
)
|
)
|
||||||
|
|
||||||
new_asset.insert()
|
new_asset.insert()
|
||||||
print(".............")
|
|
||||||
add_asset_activity(
|
add_asset_activity(
|
||||||
new_asset.name,
|
new_asset.name,
|
||||||
_("Asset created after being split from Asset {0}").format(get_link_to_form("Asset", asset.name)),
|
_("Asset created after being split from Asset {0}").format(get_link_to_form("Asset", asset.name)),
|
||||||
|
|||||||
Reference in New Issue
Block a user