Skip to content

Commit

Permalink
log info
Browse files Browse the repository at this point in the history
  • Loading branch information
woophi committed Feb 10, 2024
1 parent e40cc37 commit 2b72b11
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/providers.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { $config } from '@core/config';
import { isDev } from '@core/constants';
import { vkBridge } from '@core/vk-bridge/instance';
import { ErrorBoundary } from '@ui/error-bound';
import { NotFoundLayout } from '@ui/layout/NotFoundLayout';
Expand All @@ -10,9 +9,7 @@ import { attachLogger } from 'effector-logger';
import { useStore } from 'effector-react';
import { App } from './app';

if (isDev) {
attachLogger();
}
attachLogger();

export const Providers = () => {
const { appearance } = useStore($config);
Expand Down

0 comments on commit 2b72b11

Please sign in to comment.