Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Jul 29, 2024
1 parent 34cd294 commit 7bcd2db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions psiflow/sampling/sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,6 @@ def _sample(
command_server = definition.server_command()
command_client = definition.client_command()
resources = definition.wq_resources(max_nclients)
print("ENV VARS")
print(definition.env_vars)
result = execute_ipi(
len(walkers),
hamiltonian_names,
Expand Down

0 comments on commit 7bcd2db

Please sign in to comment.