Created
June 25, 2018 11:02
-
-
Save geek1706/305101b774c330ba42ffa102a2a0b97c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func print(_ items: Any...) { | |
#if DEBUG | |
Swift.print(items) | |
#else | |
repeat {} while 1 < 0 | |
#endif | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment