jesusdalvarado / rapids-v1

0 stars 0 forks source link

We should not output console logs in production #2

Open erik-ekberg-sg opened 3 years ago

erik-ekberg-sg commented 3 years ago

We should not output console.log statements in production; though, we should keep them for development purposes. I would toggle them on and off using process.env.NODE_ENV === 'production' checks.