Skip to content

Commit

Permalink
Removed some print statements used for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
janeliu-slac committed Oct 15, 2024
1 parent 987daed commit c7ca35f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion happi/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ def load(
devices = {}
names = " ".join(results)
names = names.split()
print(names)

if len(names) < 1:
raise click.BadArgumentUsage('No item names given')
Expand Down

0 comments on commit c7ca35f

Please sign in to comment.