Skip to content

Commit

Permalink
Remove comments/unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
technoplato committed Dec 9, 2024
1 parent e6bc40c commit f5f485a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions components/StateHandlers/InitialStateHandler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,8 @@ import { useColorScheme } from "react-native";

import { useAppStore } from "../../data/store/appStore";
import { useSelect } from "../../data/store/storeHelpers";
import {
getSchemedURLFromUniversalURL,
navigateToTopic,
setTopicToNavigateTo,
topicToNavigateTo,
// topicToNavigateTo,
} from "../../utils/navigation";
import { getSchemedURLFromUniversalURL } from "../../utils/navigation";
import { hideSplashScreen } from "../../utils/splash/splash";
import type { ConversationTopic } from "@xmtp/react-native-sdk";
import logger from "@utils/logger";

const isDevelopmentClientURL = (url: string) => {
Expand Down

0 comments on commit f5f485a

Please sign in to comment.