Remove extraneous TODO

This commit is contained in:
Ken Roberts 2017-05-15 09:32:20 -07:00
parent a5335adbc4
commit 23047ae354
1 changed files with 0 additions and 1 deletions

View File

@ -715,7 +715,6 @@ class PJLink1(QtNetwork.QTcpSocket):
:param data: Currently selected source
"""
# TODO: Class 2 change: verify input does not exceed 95 bytes
self.source = data
log.info('({ip}) Setting data source to "{data}"'.format(ip=self.ip, data=self.source))
return