diff --git a/utils/websockify b/utils/websockify index d7b1735d..2a0c4157 100755 --- a/utils/websockify +++ b/utils/websockify @@ -207,11 +207,6 @@ Traffic Legend: # Extract the token parameter from url token = urlparse(path)[4] # 4 is the query from url - print(token) - #if not 'token' in args or not len(args['token']): - # raise self.EClose("Token not present") - - #token = args['token'][0].rstrip('\n') # target_cfg can be a single config file or directory of # config files