Skip to content

Commit a04565c

Browse files
committed
Avoid using NSLog
1 parent 3cb86a6 commit a04565c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DBClient/CoreData/CoreDataDBClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public class CoreDataDBClient {
8686

8787
dict[NSUnderlyingErrorKey] = error as NSError
8888
let wrappedError = NSError(domain: "com.Yalantis.DBClient", code: 9999, userInfo: dict)
89-
NSLog("Unresolved error \(wrappedError), \(wrappedError.userInfo)")
89+
print("Unresolved error \(wrappedError), \(wrappedError.userInfo)")
9090
abort()
9191
}
9292

0 commit comments

Comments
 (0)