Skip to content

Commit

Permalink
fix: remove forgotten console log
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos committed Jun 14, 2024
1 parent d288aa6 commit 9b41ad3
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 9b41ad3

Please sign in to comment.