X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=unite.py;h=8f90e67ea82be45774467f470d7186904bc136d1;hb=93756ded23b6f80333ef26e434f611a94bd04764;hp=de8be075076a078b733e636c9b99509b1019ff6b;hpb=92c86eae1c6c758defda091b628a259d84f39b18;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