optimization to not print in release mode
This commit is contained in:
@@ -10,6 +10,14 @@ import Firebase
|
|||||||
import GoogleSignIn
|
import GoogleSignIn
|
||||||
import FirebaseMessaging
|
import FirebaseMessaging
|
||||||
|
|
||||||
|
// global print functions override
|
||||||
|
public func print(_ object: Any...) {
|
||||||
|
#if DEBUG
|
||||||
|
Swift.print(object)
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@main
|
@main
|
||||||
struct nirvana_iosApp: App {
|
struct nirvana_iosApp: App {
|
||||||
@StateObject var authSessionStore: AuthSessionStore = AuthSessionStore()
|
@StateObject var authSessionStore: AuthSessionStore = AuthSessionStore()
|
||||||
|
|||||||
Reference in New Issue
Block a user