- removed console.logs

This commit is contained in:
2025-10-30 10:53:48 +00:00
parent a8abed2246
commit 39629897d4
3 changed files with 0 additions and 6 deletions

View File

@@ -23,8 +23,6 @@ const uploadFile = async (file: File) => {
const getUploadFiles = async ({ queryKey }: { queryKey: string[] }) => {
const [, fileName] = queryKey;
// console.log(`${camBase}/Mobile/${fileName}`);
const url = fileName;
return getOrCacheBlob(url);
};