Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Sep 25, 2024
1 parent e0cfdf9 commit 4a0ec5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dodal/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def make_all_devices(
"""
if isinstance(module, str) or module is None:
module = import_module(module or __name__)
print(module.BL)
factories = collect_factories(module, include_skipped)
devices: tuple[dict[str, AnyDevice], dict[str, Exception]] = invoke_factories(
factories, **kwargs
Expand Down

0 comments on commit 4a0ec5a

Please sign in to comment.