repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
6154c70
parent
9c0e3ab
author
Eric Bower
date
2025-06-24 10:19:15 -0400 EDT
chore(pgs): cleanup
1 files changed,  +1, -1
M pkg/pobj/storage/fs.go
+1, -1
1@@ -53,7 +53,7 @@ func (s *StorageFS) GetBucket(name string) (Bucket, error) {
2 		Name: name,
3 		Path: dirPath,
4 	}
5-	s.Logger.Info("get bucket", "dir", dirPath)
6+	// s.Logger.Info("get bucket", "dir", dirPath)
7 
8 	info, err := os.Stat(dirPath)
9 	if os.IsNotExist(err) {