mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-04-24 09:48:36 +02:00
Merge pull request #22 from kcsdad/patch-1
changed println() to print()
This commit is contained in:
@@ -295,10 +295,10 @@ public func debugEnabled(debugEnabled: Bool) {
|
|||||||
#if Debug
|
#if Debug
|
||||||
Manager.defaultManager.debugEnabled = debugEnabled
|
Manager.defaultManager.debugEnabled = debugEnabled
|
||||||
#else
|
#else
|
||||||
println("[Armchair] Debug is disabled on release builds.")
|
print("[Armchair] Debug is disabled on release builds.")
|
||||||
println("[Armchair] If you really want to enable debug mode,")
|
print("[Armchair] If you really want to enable debug mode,")
|
||||||
println("[Armchair] add \"-DDebug\" to your Swift Compiler - Custom Flags")
|
print("[Armchair] add \"-DDebug\" to your Swift Compiler - Custom Flags")
|
||||||
println("[Armchair] section in the target's build settings for release")
|
print("[Armchair] section in the target's build settings for release")
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user