From 0e662e04b614e47f40aae3178f764377c5efba6c Mon Sep 17 00:00:00 2001 From: clowwindy Date: Mon, 2 Jun 2014 13:12:15 +0800 Subject: [PATCH] lint --- shadowsocks/tcprelay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shadowsocks/tcprelay.py b/shadowsocks/tcprelay.py index 8ada73d..51e186a 100644 --- a/shadowsocks/tcprelay.py +++ b/shadowsocks/tcprelay.py @@ -198,7 +198,6 @@ class TCPRelayHandler(object): self._stage = STAGE_UDP_ASSOC # just wait for the client to disconnect return - elif cmd == CMD_CONNECT: # just trim VER CMD RSV data = data[3:]