diff --git a/src/store/filestore.go b/src/store/filestore.go index 3fa7036..a2feb14 100644 --- a/src/store/filestore.go +++ b/src/store/filestore.go @@ -6,7 +6,6 @@ import ( "fmt" "image" "image/draw" - "log" "os" "path" "time" @@ -28,7 +27,6 @@ func (s *FileStore) Initialize(config map[string]interface{}) error { } s.BaseDir = path.Clean(baseDir) - log.Printf("%s\n", s.BaseDir) return nil }