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

Removed a print() line that was outputing the URL #28

Closed istepaniuk closed 8 years ago

istepaniuk commented 9 years ago

Other than temporarily redirecting stdout, this print line makes it's impossible to keep stdout clean (ie: to write a python script that dumps messages to the script stdout)

bkjones commented 8 years ago

This is addressed in https://github.com/bkjones/pyrabbit/pull/41 - thanks!