aboutsummaryrefslogtreecommitdiffstats
path: root/classes/tinderclient.bbclass
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-02-22 00:14:54 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-22 00:14:54 +0000
commit98d6c76e508c0e41b76e9f6966e127ed5e444fde (patch)
tree2008bedd0f99187a74f605eb6088df1cf8e60545 /classes/tinderclient.bbclass
parente33b2391b106b1f76f4a7176a8fb3a76d4410221 (diff)
downloadopenembedded-98d6c76e508c0e41b76e9f6966e127ed5e444fde.tar.gz
classes/tinderclient.bbclass:
Be less verbose do not print the results for now. A proper fix/configurable one is pending.
Diffstat (limited to 'classes/tinderclient.bbclass')
-rw-r--r--classes/tinderclient.bbclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/classes/tinderclient.bbclass b/classes/tinderclient.bbclass
index c2e09b86bc..0dc186af27 100644
--- a/classes/tinderclient.bbclass
+++ b/classes/tinderclient.bbclass
@@ -84,7 +84,7 @@ def tinder_build_start(d):
selector = url + "/xml/build_start.pl"
- print "selector %s and url %s" % (selector, url)
+ #print "selector %s and url %s" % (selector, url)
# now post it
h = httplib.HTTP(server)
@@ -94,7 +94,7 @@ def tinder_build_start(d):
h.endheaders()
h.send(body)
errcode, errmsg, headers = h.getreply()
- print errcode, errmsg, headers
+ #print errcode, errmsg, headers
report = h.file.read()
# now let us find the machine id that was assigned to us
@@ -134,8 +134,8 @@ def tinder_send_http(d, status, log):
h.endheaders()
h.send(body)
errcode, errmsg, headers = h.getreply()
- print errcode, errmsg, headers
- print h.file.read()
+ #print errcode, errmsg, headers
+ #print h.file.read()
def tinder_print_info(d):