Skip to content

Commit

Permalink
Merge pull request #77 from Thom747/remove-waitall-message
Browse files Browse the repository at this point in the history
Remove logging message used for debugging during experiments
  • Loading branch information
dieriver authored Nov 13, 2024
2 parents fd4efe1 + 5867f47 commit 8566ee0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions netqasm/sdk/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1928,8 +1928,6 @@ def sdk_epr_keep(
else:
wait_all = True

self._connection._logger.info(f"wait_all = {wait_all}")

if reset_results_array:
self._build_cmds_undefine_array(ent_results_array)

Expand Down

0 comments on commit 8566ee0

Please sign in to comment.