Skip to content

Commit

Permalink
fix: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Jun 5, 2024
1 parent 223b5be commit 39e0002
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@ const i18nInstance = initializeI18n({

const App = () => {
const { isDesktop } = useDevice();
// eslint-disable-next-line no-console
console.log(
'VITE_CROWDIN_BRANCH_NAME',
VITE_CROWDIN_BRANCH_NAME,
'VITE_PROJECT_NAME',
VITE_PROJECT_NAME,
'VITE_TRANSLATIONS_CDN_URL',
VITE_TRANSLATIONS_CDN_URL
);
// eslint-disable-next-line no-console
console.log(`${VITE_TRANSLATIONS_CDN_URL}/${VITE_PROJECT_NAME}/${VITE_CROWDIN_BRANCH_NAME}`);

return (
<BrowserRouter>
Expand Down

0 comments on commit 39e0002

Please sign in to comment.