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)
|
log.info("Got a call from %s for path %s", who, self.path)
|
||||||
try:
|
try:
|
||||||
func = self._find_method(self.path)
|
func = self._find_method(self.path)
|
||||||
log.info("Calling into func %s to get your data.", func)
|
|
||||||
data = func()
|
data = func()
|
||||||
if not data:
|
if not data:
|
||||||
data = ''
|
data = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user