From 23047ae3547dcccd68754fc1979501e49817c534 Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Mon, 15 May 2017 09:32:20 -0700 Subject: [PATCH] Remove extraneous TODO --- openlp/core/lib/projector/pjlink1.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/lib/projector/pjlink1.py b/openlp/core/lib/projector/pjlink1.py index 61250a8e6..b88369530 100644 --- a/openlp/core/lib/projector/pjlink1.py +++ b/openlp/core/lib/projector/pjlink1.py @@ -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