granoff / Lockbox

Objective-C utility class for storing data securely in the key chain.
MIT License
847 stars 87 forks source link

Replaced all NSLog() instances with DLog() #24

Closed stannedelchev closed 10 years ago

stannedelchev commented 10 years ago

I've replaced all NSLog instances with a DLog, as discussed here: https://github.com/granoff/Lockbox/pull/23#issuecomment-33091285 . This provides better debugging support, while not compromising any user data in Release mode.