X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=unite.py;h=8f90e67ea82be45774467f470d7186904bc136d1;hb=HEAD;hp=de8be075076a078b733e636c9b99509b1019ff6b;hpb=71a0c94ce508dcd21165e06a955043d021efb89f;p=misc diff --git a/unite.py b/unite.py index de8be07..8f90e67 100644 --- a/unite.py +++ b/unite.py @@ -45,7 +45,6 @@ class UnitedRequestHandler(PlomHandler): path_toks = parsed_url.path.split('/') while len(path_toks) > 0: target_path = '/'.join(path_toks) - print(target_path) if target_path in self.routes['GET'].keys(): self.routes['GET'][target_path](self) return