bkjones / pyrabbit

A Python module to communicate w/ the RabbitMQ HTTP Management API
http://pyrabbit.readthedocs.org
BSD 3-Clause "New" or "Revised" License
97 stars 86 forks source link

remove print statements #31

Closed davidszotten closed 8 years ago

bkjones commented 8 years ago

At a quick glance, that queue depth code is not really useful at all with those print statements in there. Sorry about that. It seems they should be replaced with return statements though. You can update this, or I'll get to that myself soon. Thanks for the pointer.

davidszotten commented 8 years ago

d'oh. apologies. i think my original target was the one in pyrabbit/http.py and then i must have just searched for print and dropped without reading properly