Execute print command only at Debug #229
Closed
vincius0000
started this conversation in
Ideas / New features
Replies: 1 comment 1 reply
-
Good idea! I will need to see how other apps manage this in terms of code. PRs appreciated |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Currently IDE gives lot of warning of
Print
being used in Production. I suggest adding following file to utils folder and replacingprint
withLogger.printDebug
everywhereUnless there's a specific purpose the print is being used in Prod build.
Beta Was this translation helpful? Give feedback.
All reactions