diff --git a/src/photo/actions.ts b/src/photo/actions.ts index dafc35a5..6cf42747 100644 --- a/src/photo/actions.ts +++ b/src/photo/actions.ts @@ -113,18 +113,6 @@ export async function syncPhotoExifDataAction(formData: FormData) { ...convertPhotoToFormData(photo), ...photoFormExif, }); - console.log( - 'SYNCING EXIF DATA', - photo, - ); - console.log( - 'convertPhotoToFormData(photo)', - convertPhotoToFormData(photo), - ); - console.log( - 'photoFormExif', - photoFormExif, - ); await sqlUpdatePhoto(photoFormDbInsert); revalidatePhotosKey(); }