From f18ac917ab2d3dc6395f009076679020fcdf2872 Mon Sep 17 00:00:00 2001 From: Theresa Gresch Date: Mon, 13 Jul 2020 10:20:46 +0200 Subject: [PATCH] Backend: Add unit tests for internal/photoprism --- internal/photoprism/mediafile.go | 1 - 1 file changed, 1 deletion(-) 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