summaryrefslogtreecommitdiff
path: root/tools/mock-meta.py
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-07-03 20:29:36 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-07-03 20:29:36 -0700
commit3cd17b470b70cf4c15f47bfe4f84844b078cd914 (patch)
treee39de3c747862aa1d6bf102da0a563865e1126cf /tools/mock-meta.py
parentfd96920837810c5e97de7f397a7df989a41165f3 (diff)
downloadvyos-cloud-init-3cd17b470b70cf4c15f47bfe4f84844b078cd914.tar.gz
vyos-cloud-init-3cd17b470b70cf4c15f47bfe4f84844b078cd914.zip
Remove the useless function printout.
Diffstat (limited to 'tools/mock-meta.py')
-rwxr-xr-xtools/mock-meta.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mock-meta.py b/tools/mock-meta.py
index 247cff14..4548e4ae 100755
--- a/tools/mock-meta.py
+++ b/tools/mock-meta.py
@@ -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 = ''