aquatic_ws: remove DebugCallback and lots of debug output

Some error messages are still printed, though
This commit is contained in:
Joakim Frostegård 2020-05-18 13:01:48 +02:00
parent cb0c299298
commit b42ff9a23b
5 changed files with 19 additions and 56 deletions

View file

@ -82,12 +82,8 @@ pub fn remove_inactive_connections(
if connection.valid_until.0 < now {
connection.close();
println!("closing connection, it is inactive");
false
} else {
println!("keeping connection, it is still active");
true
}
});