diff --git a/internal/photoprism/mediafile.go b/internal/photoprism/mediafile.go index aeed27683..bb2fea3e6 100644 --- a/internal/photoprism/mediafile.go +++ b/internal/photoprism/mediafile.go @@ -255,7 +255,6 @@ func (m *MediaFile) EditedName() string { // JsonName returns the corresponding JSON sidecar file name as used by Google Photos (and potentially other apps). func (m *MediaFile) JsonName() string { jsonName := m.fileName + ".json" - fmt.Println(jsonName) if fs.FileExists(jsonName) { return jsonName