Skip to content

Commit ff9be3c

Browse files
committed
Remove leftover print
1 parent 79490a4 commit ff9be3c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/soroban/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def invoke(
2121
if args is not None:
2222
args = json.load(args)
2323
args = soroban.Parameters(args=args).model_dump()
24-
print(args)
2524

2625
res = soroban.invoke(
2726
contract_id=contract_id,

0 commit comments

Comments
 (0)