Remove debug logging
This commit is contained in:
@@ -6,7 +6,6 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"image"
|
"image"
|
||||||
"image/draw"
|
"image/draw"
|
||||||
"log"
|
|
||||||
"os"
|
"os"
|
||||||
"path"
|
"path"
|
||||||
"time"
|
"time"
|
||||||
@@ -28,7 +27,6 @@ func (s *FileStore) Initialize(config map[string]interface{}) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
s.BaseDir = path.Clean(baseDir)
|
s.BaseDir = path.Clean(baseDir)
|
||||||
log.Printf("%s\n", s.BaseDir)
|
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user