diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-07-03 20:29:36 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-07-03 20:29:36 -0700 |
commit | 3cd17b470b70cf4c15f47bfe4f84844b078cd914 (patch) | |
tree | e39de3c747862aa1d6bf102da0a563865e1126cf /tools | |
parent | fd96920837810c5e97de7f397a7df989a41165f3 (diff) | |
download | vyos-cloud-init-3cd17b470b70cf4c15f47bfe4f84844b078cd914.tar.gz vyos-cloud-init-3cd17b470b70cf4c15f47bfe4f84844b078cd914.zip |
Remove the useless function printout.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/mock-meta.py | 1 |
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 = '' |