Explorar o código

Remove log message

Konstantin Seiler %!s(int64=5) %!d(string=hai) anos
pai
achega
224ec0a04e
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      core/src/channel.rs

+ 0 - 2
core/src/channel.rs

@@ -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));