Commit 2820a4ef authored by Jim Fulton's avatar Jim Fulton

Eek. I left in a print statement!

parent 02262b6a
...@@ -33,7 +33,6 @@ def parse_input(data): ...@@ -33,7 +33,6 @@ def parse_input(data):
# the function should return: # the function should return:
# #
# ('examples.getStateName', (41,)) # ('examples.getStateName', (41,))
print '>>>>', data
params, method = xmlrpclib.loads(data) params, method = xmlrpclib.loads(data)
# Translate '.' to '/' in meth to represent object traversal. # Translate '.' to '/' in meth to represent object traversal.
method = replace(method, '.', '/') method = replace(method, '.', '/')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment