remove thumbnail url from logs to prevent memory leak

This commit is contained in:
Abhinav 2022-08-06 15:55:17 +05:30
parent 60a6cf6fc1
commit 0165b7569b

View file

@ -393,7 +393,7 @@ export async function getThumbnailImageBitmap(file: EnteFile, token: string) {
token,
ML_SYNC_DOWNLOAD_TIMEOUT_MS
);
console.log('[MLService] Got thumbnail: ', file.id.toString(), fileUrl);
console.log('[MLService] Got thumbnail: ', file.id.toString());
const thumbFile = await fetch(fileUrl);