Skip to content

Commit 6f716b8

Browse files
author
Carl Chang
committed
remove irrelevant comments
1 parent ae0d28c commit 6f716b8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

check_snmp.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,8 @@ def update_status_code(old_status_code: int, status_code: int) -> int:
159159
status=result_status['color'].format(result_status['status']),
160160
formatted=cs.formatted))
161161

162-
# what if there is no important in Config?
163162
if RespectImp and exitCodeImp > -1:
164163
sys.exit(exitCodeImp)
165164
else:
166165
sys.exit(exitCode)
167166

168-
# print_and_exit('Query completed.', exitCode)
169-

0 commit comments

Comments
 (0)