moved service validation to debug, to limit error messages causing confusion about failures

This commit is contained in:
Blake Harnden 2019-09-13 13:26:30 -07:00
parent fcee44775a
commit c0ce07404f
2 changed files with 3 additions and 4 deletions

View file

@ -224,7 +224,6 @@ class Sdt(object):
:return: nothing
"""
logging.info("SDT shutdown!")
self.cmd("clear all")
self.disconnect()
self.showerror = True