From 25755fd1455ff6f4293985a164e2b85e043ea94b Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 7 Aug 2013 16:45:35 -0400 Subject: [PATCH] cleaned up some debuging stuff of mine --- utils/websockify | 5 ----- 1 file changed, 5 deletions(-) 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