Remove the useless function printout.
This commit is contained in:
parent
6f45663ca6
commit
c1c2ffb1cc
@ -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 = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user