Remove the useless function printout.

This commit is contained in:
Joshua Harlow 2012-07-03 20:29:36 -07:00
parent 6f45663ca6
commit c1c2ffb1cc

View File

@ -365,7 +365,6 @@ class Ec2Handler(BaseHTTPRequestHandler):
log.info("Got a call from %s for path %s", who, self.path)
try:
func = self._find_method(self.path)
log.info("Calling into func %s to get your data.", func)
data = func()
if not data:
data = ''