remove commented line

This commit is contained in:
higs4281 2016-06-02 20:55:50 -04:00 committed by Brian Warner
parent eaed2f0a12
commit 55f2fcc3a7

View File

@ -163,7 +163,6 @@ class Basic(unittest.TestCase):
self.assertEqual(c._their_direct_hints, []) self.assertEqual(c._their_direct_hints, [])
self.assertEqual(c._their_relay_hints, []) self.assertEqual(c._their_relay_hints, [])
# @inlineCallbacks
def test_ignore_localhost_hint(self): def test_ignore_localhost_hint(self):
# this actually starts the listener # this actually starts the listener
c = transit.TransitSender(u"") c = transit.TransitSender(u"")