aboutsummaryrefslogtreecommitdiffstats
path: root/classes/tinderclient.bbclass
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-08-03 12:27:03 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-03 12:27:03 +0000
commit85b291d8757db4eae0a2e10c7e3464eb01e7cfe7 (patch)
tree45206aaf2bc1ec83840bbc6b8df4e5f145a72ff1 /classes/tinderclient.bbclass
parent49bcfd71fd59b583b6dbbad2626e48c5fad9b692 (diff)
downloadopenembedded-85b291d8757db4eae0a2e10c7e3464eb01e7cfe7.tar.gz
tinderclient.bbclass remove even more debugging stuff
Diffstat (limited to 'classes/tinderclient.bbclass')
-rw-r--r--classes/tinderclient.bbclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/classes/tinderclient.bbclass b/classes/tinderclient.bbclass
index 47403ac53c..290166bb03 100644
--- a/classes/tinderclient.bbclass
+++ b/classes/tinderclient.bbclass
@@ -45,11 +45,6 @@ def tinder_send_http(da, header, log):
conn = httplib.HTTPConnection(data.getVar('TINDER_HOST',da, True))
conn.request("POST", data.getVar('TINDER_URL',da,True), cont, headers)
-
- resp = conn.getresponse()
- data = resp.read()
- print data
-
conn.close()