cleaned up some debuging stuff of mine

This commit is contained in:
Joe 2013-08-07 16:45:35 -04:00
parent 0788b8d40b
commit 25755fd145
1 changed files with 0 additions and 5 deletions

View File

@ -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