irrelevant (there was only a debug message logged)

This commit is contained in:
meejah 2021-04-14 16:54:41 -06:00
parent 95a72e6ac9
commit 6698cf95d5

View File

@ -116,9 +116,6 @@ class TransitConnection(LineReceiver):
def connectionLost(self, reason):
self._state.connection_lost()
# XXX this probably resulted in a log message we've not refactored yet
# self.factory.transitFinished(self, self._got_token, self._got_side,
# self.describeToken())
class Transit(object):