diff --git a/Frameworks/Feed/Bundle/Sources/Logic/Models/Review.swift b/Frameworks/Feed/Bundle/Sources/Logic/Models/Review.swift index aa88fd0..a315a88 100644 --- a/Frameworks/Feed/Bundle/Sources/Logic/Models/Review.swift +++ b/Frameworks/Feed/Bundle/Sources/Logic/Models/Review.swift @@ -16,14 +16,7 @@ struct Review { let id: Int let rating: Rating let title: String - - func ratingVersionText() -> String { - var stars = "" - for _ in 0..