Skip to content

Commit

Permalink
Remove debug prints, fixes cta-observatory#1764
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe authored and nbiederbeck committed Aug 3, 2021
1 parent 378ae63 commit 33893aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ctapipe/io/eventsource.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ def _find_input_url_in_config(cls, config=None, parent=None):
else:
# first look at appropriate position in the config hierarcy
input_url = find_config_in_hierarchy(parent, "EventSource", "input_url")
print(input_url)

# if not found, check top level
if isinstance(input_url, LazyConfigValue):
Expand Down
1 change: 0 additions & 1 deletion ctapipe/io/simteleventsource.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ def __init__(self, input_url=Undefined, config=None, parent=None, **kwargs):
The GainSelector to use. If None, then ThresholdGainSelector will be used.
kwargs
"""
print("SIMTEL INIT", input_url)
super().__init__(input_url=input_url, config=config, parent=parent, **kwargs)

self._camera_cache = {}
Expand Down

0 comments on commit 33893aa

Please sign in to comment.