Skip to content

Commit

Permalink
MBX-2792 Fix log about elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Akylbek Utekeshev committed Sep 22, 2023
1 parent 007803c commit 99f2b37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ final class ElementsFilterService: ElementsFilterProtocol {

func filter(_ elements: [ContentElementDTO]?) throws -> [ContentElement] {
guard let elements = elements, !elements.isEmpty else {
Logger.common(message: "Elements are missing or empty. The variant will be skipped.", level: .debug, category: .inAppMessages)
Logger.common(message: "Elements are missing or empty.", level: .debug, category: .inAppMessages)
return []
}

Expand Down

0 comments on commit 99f2b37

Please sign in to comment.