diff options
author | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-12-29 10:14:32 -0500 |
---|---|---|
committer | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-12-29 10:14:32 -0500 |
commit | 43b0a51403b4698903783377450690972fe7bc70 (patch) | |
tree | abfa4ce988e5b8a64efaf1ee29dedc991b9ac9fb | |
parent | 01784a2254bef07a2f8624cec4bfe56fca505697 (diff) | |
download | bugseverywhere-43b0a51403b4698903783377450690972fe7bc70.tar.gz |
Removed debugging code
-rw-r--r-- | beweb/beweb/prest.py | 1 |
1 files changed, 0 insertions, 1 deletions
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): |