mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Remove log message
This commit is contained in:
parent
c50fc9885a
commit
224ec0a04e
1 changed files with 0 additions and 2 deletions
|
@ -59,8 +59,6 @@ impl ChannelManager {
|
|||
|
||||
let id: u16 = BigEndian::read_u16(data.split_to(2).as_ref());
|
||||
|
||||
trace!("Received data for channel {}: {} bytes.", id, data.len());
|
||||
|
||||
self.lock(|inner| {
|
||||
if let Entry::Occupied(entry) = inner.channels.entry(id) {
|
||||
let _ = entry.get().unbounded_send((cmd, data));
|
||||
|
|
Loading…
Reference in a new issue