remove unnecessary logging

pull/1/head
Michael Kirk 6 years ago
parent a1a5fd4b90
commit 38d5db9658

@ -22,7 +22,6 @@ public class SSKIncrementingIdFinder: NSObject {
let nextId: UInt64 = previousId + 1
transaction.setObject(nextId, forKey: key, inCollection: collectionName)
Logger.debug("key: \(key) nextId: \(nextId)")
return nextId
}
}

Loading…
Cancel
Save