remove print
This commit is contained in:
parent
5e476843ec
commit
53a7e4d0e4
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ class UDPRelay(object):
|
|||
self._closed = False
|
||||
self._last_time = time.time()
|
||||
self._sockets = set()
|
||||
print(config)
|
||||
if 'forbidden_ip' in config:
|
||||
self._forbidden_iplist = config['forbidden_ip']
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue