Remove debug log
This commit is contained in:
parent
480503d770
commit
cd326bcfac
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue