Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSmart00 committed Jul 28, 2024
1 parent 21e7f62 commit ac1fb43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app-ios/Sources/SponsorFeature/SponsorReducer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ public struct SponsorReducer {
state.platinums = platinums
state.golds = golds
state.supporters = supporters

print(state)
return .none
case .response(.failure(let error)):
print(error)
Expand Down

0 comments on commit ac1fb43

Please sign in to comment.