Skip to content
Snippets Groups Projects
Verified Commit 16083a60 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Remove epoll_ctl debug message

parent 8efa7a3e
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,6 @@ impl PalEpoll for Sys {
fn epoll_ctl(epfd: c_int, op: c_int, fd: c_int, event: *mut epoll_event) -> c_int {
match op {
EPOLL_CTL_ADD => {
println!("Add {}, {}, {}", fd, unsafe { (*event).events }, unsafe { (*event).data.u64 });
Sys::write(
epfd,
&Event {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment