remove useless logging
This commit is contained in:
parent
1b1d7f5ec0
commit
5cb7f72ef7
1 changed files with 0 additions and 1 deletions
|
@ -246,7 +246,6 @@ func (s *SyncManager) GetS3AWSConfig() aws.Config {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
func (s *SyncManager) checkUsedSpace() error {
|
func (s *SyncManager) checkUsedSpace() error {
|
||||||
logUtils.SendInfoToSlack(logUtils.GetBlobsDir())
|
|
||||||
usedPctile, err := GetUsedSpace(logUtils.GetBlobsDir())
|
usedPctile, err := GetUsedSpace(logUtils.GetBlobsDir())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return errors.Err(err)
|
return errors.Err(err)
|
||||||
|
|
Loading…
Reference in a new issue