Skip to content

Commit 54b3201

Browse files
committed
python: Remove some extraneous debugging statements.
1 parent 2f5d7ed commit 54b3201

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.7.3
1+
7.7.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[tool.poetry]
55
name = "dazl"
6-
version = "7.7.3"
6+
version = "7.7.4"
77
description = "high-level Ledger API client for Daml ledgers"
88
license = "Apache-2.0"
99
authors = ["Davin K. Tanabe <davin.tanabe@digitalasset.com>"]

python/dazl/ledger/grpc/conn_aio.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)