Skip to content

Commit

Permalink
remove unwanted logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Dec 23, 2024
1 parent ada5ae5 commit d60318f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ internal class UserDataSource internal constructor(

// TODO: replace the flow with selfUser and cache it
override suspend fun getSelfUser(): SelfUser? {
kaliumLogger.d("cccc: Getting self user")
return observeSelfUser().firstOrNull()
}

Expand Down Expand Up @@ -660,7 +659,6 @@ internal class UserDataSource internal constructor(
CreateUserTeam(dto.teamId, dto.teamName)
}
.onSuccess {
kaliumLogger.d("cccc: Migrated user to team")
fetchSelfUser()
}
.onFailure { failure ->
Expand Down

0 comments on commit d60318f

Please sign in to comment.