diff --git a/App.tsx b/App.tsx index 22efc352..f5feb6f7 100644 --- a/App.tsx +++ b/App.tsx @@ -44,7 +44,6 @@ import ScreenshotBlocker from './src/components/utlis/ScreenshotBlocker'; import { getBuildFlavour } from '@components/utlis/DeviceUtils'; import { setGlobalBuildFlavour } from '@constants/Global'; import { linkingConf } from '@components/utlis/deeplinkingUtils'; -import { getImages } from '@components/utlis/ImageUtlis'; initSentry(); @@ -129,12 +128,6 @@ function App() { getBuildFlavour().then((flavour) => { setGlobalBuildFlavour(flavour); }); - getImages(0,0).then((res) => { - console.log(res, "Image"); - }) - .catch((err) => { - console.log("Image",err); - }); }, []); React.useEffect(() => {