mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
aquatic_ws: remove DebugCallback and lots of debug output
Some error messages are still printed, though
This commit is contained in:
parent
cb0c299298
commit
b42ff9a23b
5 changed files with 19 additions and 56 deletions
|
|
@ -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
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue