remove console log

This commit is contained in:
Abhinav 2023-05-03 19:37:57 +05:30
parent b3f9c1a1b4
commit 71f63f3015

View file

@ -253,7 +253,6 @@ export const getTrashedFileExportPath = (exportDir: string, path: string) => {
} }
count++; count++;
} }
console.log('trashedFilePath', trashedFilePath);
return trashedFilePath; return trashedFilePath;
}; };