Skip to content

Commit

Permalink
Removed debug print statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvotapka committed Jul 31, 2023
1 parent e677361 commit 5b4e31d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions seekr2/modules/runner_browndye2.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,11 +320,6 @@ def run_bd_top(browndye_bin_dir, bd_directory, restart=False,
assert os.path.exists(sim_browndye2.BROWNDYE_INPUT_FILENAME), \
"Necessary file doesn't exist: %s" % \
sim_browndye2.BROWNDYE_INPUT_FILENAME
print("ls:", os.listdir())
print("input.xml lines:")
with open(sim_browndye2.BROWNDYE_INPUT_FILENAME, "r") as f:
for line in f.readlines():
print(line)
print("running command:", command)
os.system(command)
assert os.path.exists(simulation_filename), "Problem occurred running "\
Expand Down

0 comments on commit 5b4e31d

Please sign in to comment.