Chore: debug logs

This commit is contained in:
Grail Finder
2025-07-11 11:58:57 +03:00
parent 37fe76456e
commit d41ed9d822
5 changed files with 9 additions and 5 deletions

View File

@ -59,7 +59,7 @@ func getFullInfoByCtx(ctx context.Context) (*models.FullInfo, error) {
}
resp.State = state
if state.RoomID == nil || *state.RoomID == "" {
log.Debug("returning state without room", "username", state.Username)
// log.Debug("returning state without room", "username", state.Username)
return resp, nil
}
// room, err := getRoomByID(state.RoomID)