ASU-CodeDevils / codedevils.org

The Official CodeDevils website frontend codebase written using Next.js, React, TypeScript, and Tailwind CSS
https://www.codedevils.org
9 stars 2 forks source link

Stop logging to console on prod experience #35

Closed jtmichelson closed 1 year ago

jtmichelson commented 1 year ago

We currently expose logging on the console - we should have a isProd flag that is enabled on the prod hosted website. Logging should only be used when testing local changes.

Screen Shot 2023-05-02 at 3 51 26 PM
fernandonevarez commented 1 year ago

oops, I'll work on fixing that. Also, I work on adding that flag in the production build.