Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed May 15, 2024
1 parent 4613451 commit 7fdd6ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hera_opm/mf_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,6 @@ def make_lstbin_config_file(config, outdir: str) -> int:

from hera_cal.lst_stack.config import LSTBinConfigurator

print(lstconfig)
lstconfig = LSTBinConfigurator.from_toml(toml.dumps(lstconfig))
print(f"Found {len(lstconfig.data_files)} nights of data.")
print("Each night has the following number of files:")
Expand Down

0 comments on commit 7fdd6ea

Please sign in to comment.