erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
887 stars 189 forks source link

Remove log code from library #291

Closed fwalch closed 4 years ago

fwalch commented 4 years ago

When using rust-zmq in an application, I noticed some log entries when dropping sockets. IMO this doesn't provide any useful information, so I removed it here. If you don't agree with this, just close the PR :)

Logging isn't used anywhere else in the library code, so this change also allows removing the dependency on the log crate from the non-dev section.

rotty commented 4 years ago

Thanks, that code has indeed long surpassed its usefulness!