Skip to content

Commit

Permalink
chore: remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
abretonc7s committed Mar 4, 2024
1 parent 049c510 commit eb41084
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { RootState } from '../../../../app/reducers';
import { SDKSelectorsIDs } from '../../../../e2e/selectors/Settings/SDK.selectors';
import { getNavigationOptionsTitle } from '../../../components/UI/Navbar';
import SDKSessionItem from './SDKSessionItem';
import DevLogger from '../../../../app/core/SDKConnect/utils/DevLogger';

interface SDKSessionsManagerProps {
navigation: StackNavigationProp<any>;
Expand Down Expand Up @@ -79,8 +78,6 @@ const SDKSessionsManager = (props: SDKSessionsManagerProps) => {
const { colors, typography } = useTheme();
const styles = createStyles(colors, typography, safeAreaInsets);

DevLogger.log('render SDKSessionsManager', connectionsList);

const { navigate } = useNavigation();

const toggleClearMMSDKConnectionModal = useCallback(() => {
Expand Down

0 comments on commit eb41084

Please sign in to comment.