Skip to content

Commit 393d5ae

Browse files
committed
Remove print statements used for debug.
1 parent cb57f41 commit 393d5ae

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Diff for: graphics/example_output.PNG

36.9 KB
Loading

Diff for: scpi_hw_discovery.py

-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ def idn_scan(dump_yml=False, baud_rates=(9600,)):
5353
if __name__ == "__main__":
5454
import sys
5555

56-
print(sys.argv)
57-
print(len(sys.argv))
58-
5956
if len(sys.argv) == 1:
6057
idn_scan()
6158
elif len(sys.argv) == 2:

0 commit comments

Comments
 (0)