Skip to content

Commit

Permalink
Remove extraneous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jackleland committed Dec 18, 2023
1 parent 85148f2 commit 4e0dffa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nlds_client/clientlib/transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ def monitor_transactions(user: str,
group = get_group(config, group)
url = construct_server_url(config, "status")
MAX_LOOPS = 2
print(group, groupall)

# build the parameters. monitoring->get requires
# user: str
Expand Down

0 comments on commit 4e0dffa

Please sign in to comment.