Remove debug logging

This commit is contained in:
Jacob Gunther
2024-08-31 17:43:26 -05:00
parent 63c604d4d1
commit ce5417ef2c

View File

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