Minor cleanup.
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
View,
|
||||
} from "react-native";
|
||||
import MediaCacheOverlay from "../media-cache-overlay/media-cache-overlay.component";
|
||||
import * as Sentry from '@sentry/react-native';
|
||||
import * as Sentry from "@sentry/react-native";
|
||||
import Toast from "react-native-toast-message";
|
||||
|
||||
import cleanAxios from "../../util/CleanAxios";
|
||||
@@ -76,10 +76,7 @@ async function getPhotos({ bodyshop, jobid, setImages }) {
|
||||
if (localmediaserverhttp.endsWith("/")) {
|
||||
localmediaserverhttp = localmediaserverhttp.slice(0, -1);
|
||||
}
|
||||
console.log(
|
||||
"🚀 ~ file: job-documents-local.component.jsx ~ line 78 ~ localmediaserverhttp",
|
||||
localmediaserverhttp
|
||||
);
|
||||
|
||||
try {
|
||||
const imagesFetch = await cleanAxios.post(
|
||||
`${localmediaserverhttp}/jobs/list`,
|
||||
|
||||
Reference in New Issue
Block a user