Skip to content

Commit

Permalink
remove debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
bbean23 committed Aug 10, 2024
1 parent 455d425 commit 1509469
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions opencsp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,4 @@ def _opencsp_settings_dirs() -> list[str]:
opencsp_settings = configparser.ConfigParser(allow_no_value=True)
opencsp_settings.read(_settings_files)

for section in opencsp_settings.sections():
for key in opencsp_settings[section]:
print(f"opencsp_settings[{section}][{key}]={opencsp_settings[section][key]}")

__all__ = ['opencsp_settings']

0 comments on commit 1509469

Please sign in to comment.