Skip to content

Commit

Permalink
removing debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Malapati authored and Kaushik Malapati committed Feb 27, 2025
1 parent af88fc2 commit 6bacf0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Scripts/alarm_csv2xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def csvtoxml(infile, outfile, cname):
elif protocol == 'major' or protocol == 'minor':
calc_expression = pv_tokens[1]
pv_name = f'eq://{protocol}Alarm({calc_expression}, "")'
print(pv_name)
else:
raise ValueError(f'Got unsupported protocol "{protocol}" in {pv_name}')
pv.set('name', pv_name)
Expand Down

0 comments on commit 6bacf0e

Please sign in to comment.