Revert "console log to check node env on preview deploments"

This reverts commit a7d50499ab.
This commit is contained in:
Abhinav-grd 2021-03-12 12:16:35 +05:30
parent a7d50499ab
commit bdb4f85eb5

View file

@ -32,7 +32,7 @@ export const sentryInit = () => {
levels: ['error'],
})
);
console.log(process.env.NODE_ENV);
Sentry.init({
enabled: process.env.NODE_ENV === 'production',
integrations,