projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01784a2
)
Removed debugging code
author
Aaron Bentley
<abentley@panoramicfeedback.com>
Thu, 29 Dec 2005 15:14:32 +0000
(10:14 -0500)
committer
Aaron Bentley
<abentley@panoramicfeedback.com>
Thu, 29 Dec 2005 15:14:32 +0000
(10:14 -0500)
beweb/beweb/prest.py
patch
|
blob
|
history
diff --git
a/beweb/beweb/prest.py
b/beweb/beweb/prest.py
index 7de1290a518bfb5fe09297169be66c0e30d51b14..e6b7cdfeb4c4dfafdf7166f2b34341c6df97d8e2 100644
(file)
--- 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):