clean up api log prints

This commit is contained in:
viktorstrate
2021-04-26 10:26:54 +02:00
parent dd658854c9
commit d03923992c
4 changed files with 0 additions and 6 deletions

View File

@@ -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 {