From d42b79071174a2c026bd07465a834a971478f2bd Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 21 Sep 2016 08:55:55 -0400 Subject: [PATCH] Removed some unused code block comments. --- tests/test_aprs.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tests/test_aprs.py b/tests/test_aprs.py index acd5c62..0bc728d 100644 --- a/tests/test_aprs.py +++ b/tests/test_aprs.py @@ -100,10 +100,6 @@ class APRSTest(unittest.TestCase): # pylint: disable=R0904 ) aprs_conn.connect() - # msg = '>'.join([ - # self.fake_callsign, - # 'APRS,TCPIP*:=3745.00N/12227.00W-Simulated Location' - # ]) msg = { 'source': self.fake_callsign, 'destination': 'APRS', @@ -133,10 +129,6 @@ class APRSTest(unittest.TestCase): # pylint: disable=R0904 ) aprs_conn.connect() - # msg = '>'.join([ - # self.fake_callsign, - # 'APRS,TCPIP*:=3745.00N/12227.00W-Simulated Location' - # ]) msg = { 'source': self.fake_callsign, 'destination': 'APRS', @@ -160,10 +152,6 @@ class APRSTest(unittest.TestCase): # pylint: disable=R0904 ) aprs_conn.connect() - # msg = '>'.join([ - # self.real_callsign, - # 'APRS,TCPIP*:=3745.00N/12227.00W-Simulated Location' - # ]) msg = { 'source': self.fake_callsign, 'destination': 'APRS', -- GitLab