We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79490a4 commit ff9be3cCopy full SHA for ff9be3c
1 file changed
src/soroban/cli.py
@@ -21,7 +21,6 @@ def invoke(
21
if args is not None:
22
args = json.load(args)
23
args = soroban.Parameters(args=args).model_dump()
24
- print(args)
25
26
res = soroban.invoke(
27
contract_id=contract_id,
0 commit comments