Skip to content

Commit

Permalink
Delete dbg call from kqueue.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
netthier authored and 0xpr03 committed Sep 7, 2021
1 parent 23f54f6 commit 847cdf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kqueue.rs
Expand Up @@ -142,7 +142,6 @@ impl EventLoop {
loop {
match self.kqueue.poll(None) {
Some(event) => {
dbg!(&event);
match event {
kqueue::Event {
data: EventData::Vnode(data),
Expand Down

0 comments on commit 847cdf5

Please sign in to comment.