From: Aaron Bentley Date: Thu, 29 Dec 2005 15:14:32 +0000 (-0500) Subject: Removed debugging code X-Git-Tag: 1.0.0~238 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=43b0a51403b4698903783377450690972fe7bc70;p=be.git Removed debugging code --- diff --git a/beweb/beweb/prest.py b/beweb/beweb/prest.py index 7de1290..e6b7cdf 100644 --- a/beweb/beweb/prest.py +++ b/beweb/beweb/prest.py @@ -56,7 +56,6 @@ class PrestHandler(object): if action is not None: return action(*new_args, **kwargs) else: - print child.__class__.__name__ return child.dispatch(*new_args, **kwargs) def get_action(self, **kwargs):