Skip to content

Commit

Permalink
fix: remove forgotten console log (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos authored Jun 14, 2024
1 parent 6fc0854 commit 3cd3a4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export const SettingsRoute: FC = () => {

useEffect(() => {
(async () => {
console.log('process.env.NODE_ENV', process.env.NODE_ENV);
if (process.env.NODE_ENV === 'development') {
setAppVersion('dev');
} else {
Expand Down

0 comments on commit 3cd3a4e

Please sign in to comment.