From 4f42ba02278d5fafef859aa6605876c9de98db6d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 21 Dec 2020 08:55:49 +0800 Subject: [PATCH] bugfix --- ahserver/processorResource.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ahserver/processorResource.py b/ahserver/processorResource.py index 9d04bfe..4bc2cb9 100644 --- a/ahserver/processorResource.py +++ b/ahserver/processorResource.py @@ -257,8 +257,6 @@ class ProcessorResource(StaticResource,Url2File): if b.startswith(''): return True except Exception as e: - print_exc() - print(e) return False def url2processor(self, request, url):