mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:59:03 +00:00
clean up api log prints
This commit is contained in:
@@ -33,8 +33,6 @@ func InitializeEXIFParser() {
|
||||
// SaveEXIF scans the media file for exif metadata and saves it in the database if found
|
||||
func SaveEXIF(tx *gorm.DB, media *models.Media) (*models.MediaEXIF, error) {
|
||||
|
||||
log.Printf("Scanning for EXIF: %s", media.Path)
|
||||
|
||||
{
|
||||
// Check if EXIF data already exists
|
||||
if media.ExifID != nil {
|
||||
|
||||
Reference in New Issue
Block a user