remove log::*

pull/211/head
qiujiangkun 3 years ago
parent 37acfb3654
commit bc4d3d5ee8
  1. 1
      src/handshake/machine.rs
  2. 1
      src/protocol/frame/frame.rs
  3. 2
      src/protocol/frame/mod.rs

@ -1,5 +1,4 @@
use bytes::Buf;
use log::*;
use std::io::{Cursor, Read, Write};
use crate::{

@ -1,5 +1,4 @@
use byteorder::{ByteOrder, NetworkEndian, ReadBytesExt, WriteBytesExt};
use log::*;
use std::{
borrow::Cow,
default::Default,

@ -8,8 +8,6 @@ mod mask;
use std::io::{Error as IoError, ErrorKind as IoErrorKind, Read, Write};
use log::*;
pub use self::frame::{CloseFrame, Frame, FrameHeader};
use crate::{
error::{CapacityError, Error, Result},

Loading…
Cancel
Save