Skip to content

Commit

Permalink
MBX-0000: Add #if DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
justSmK committed Feb 17, 2025
1 parent 1293add commit 94e87f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MindboxLogger/Shared/MBLogger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ public class MBLogger {
}
let writer = makeWriter(subsystem: subsystem, category: category)

#if DEBUG
let message = "\(level.emoji) \(category.emoji) \(message)"
#endif

switch executionMethod {
case let .async(queue: queue):
queue.async {
Expand Down

0 comments on commit 94e87f0

Please sign in to comment.