Skip to content

Commit

Permalink
removes debugging messages
Browse files Browse the repository at this point in the history
  • Loading branch information
barberdt committed Nov 30, 2011
1 parent 46110f1 commit a177314
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion produce.py
Expand Up @@ -51,7 +51,6 @@ def produce(hostname, api_key, swarm_id, resource_id, wrap):
stripped_msg = msg.strip()
size = hex(len(stripped_msg))[2:] + "\r\n"
chunk = stripped_msg + "\r\n"
print size+chunk
conn.send(size+chunk)
except Exception as e:
print "some sort of problem", e
Expand Down

0 comments on commit a177314

Please sign in to comment.