Remove debug log

This commit is contained in:
Artyom Belousov 2023-05-27 23:53:24 +03:00
parent 480503d770
commit cd326bcfac

View file

@ -3,7 +3,6 @@ package caching
import (
"context"
"encoding/json"
"fmt"
"path"
"time"
@ -86,7 +85,6 @@ func (client *CacheClient) Get(ctx context.Context, key string) ([]cardsinfo.Scg
return err
})
if err != nil {
fmt.Println(err.Error())
return nil, errors.Wrap(err, "Failed to get key")
}
var prices []cardsinfo.ScgCardPrice