Remove comment that seems to have gone away.

This commit is contained in:
Ian Gulliver
2016-04-08 14:04:13 -07:00
parent b04f82b2dd
commit 2cfc3010cd
2 changed files with 2 additions and 8 deletions

View File

@@ -51,9 +51,4 @@ for label, callback, unit in LINES:
try:
PrintLine(label, callback(), unit)
except ilt1000.Error as e:
PrintLine(label, str(e), '')
#ilt.StopLogging()
#ilt.EraseLogData()
#ilt.StartLogging(148, 1)
print(ilt.GetLogData())
PrintLine(label, repr(e), '')