File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- 7.7.3
1+ 7.7.4
Original file line number Diff line number Diff line change 33
44[tool .poetry ]
55name = " dazl"
6- version = " 7.7.3 "
6+ version = " 7.7.4 "
77description = " high-level Ledger API client for Daml ledgers"
88license = " Apache-2.0"
99authors = [" Davin K. Tanabe <davin.tanabe@digitalasset.com>" ]
Original file line number Diff line number Diff line change @@ -511,7 +511,6 @@ def _submit_and_wait_request(
511511 commands : Collection [lapipb .Command ],
512512 meta : CommandMeta ,
513513 ) -> lapipb .SubmitAndWaitRequest :
514- print (meta )
515514 # this is support for versions of Daml Connect prior to 1.9.0
516515 act_as = meta .act_as
517516 if act_as is not None :
@@ -542,7 +541,6 @@ def _command_meta(
542541 ):
543542 read_as = self ._read_as (read_as )
544543 if act_as is None :
545- print (self ._config .access )
546544 act_as = self ._config .access .act_as
547545
548546 return CommandMeta (
You can’t perform that action at this time.
0 commit comments