Update Flazz card history parsing
This commit is contained in:
@ -18,10 +18,9 @@ func debugLog(
|
||||
separator: String = " ",
|
||||
terminator: String = "\n"
|
||||
) {
|
||||
#if DEBUG
|
||||
let output = items.map { String(describing: $0) }.joined(separator: separator)
|
||||
Swift.print(output, terminator: terminator)
|
||||
#endif
|
||||
_ = items
|
||||
_ = separator
|
||||
_ = terminator
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user