mirror of
https://codeberg.org/JasterV/chat-rooms-actix.git
synced 2026-04-26 18:10:04 +00:00
dev logging removed
This commit is contained in:
parent
adf255bd00
commit
e2119ba5b4
1 changed files with 0 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ impl Handler<CreateRoom> for ChatServer {
|
|||
room_id,
|
||||
vec![session].into_iter().collect::<HashSet<Uuid>>(),
|
||||
);
|
||||
println!("{:?}", self.rooms);
|
||||
MessageResult(room_id)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue