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 (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
|
||||||
"path"
|
"path"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
|
@ -86,7 +85,6 @@ func (client *CacheClient) Get(ctx context.Context, key string) ([]cardsinfo.Scg
|
||||||
return err
|
return err
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println(err.Error())
|
|
||||||
return nil, errors.Wrap(err, "Failed to get key")
|
return nil, errors.Wrap(err, "Failed to get key")
|
||||||
}
|
}
|
||||||
var prices []cardsinfo.ScgCardPrice
|
var prices []cardsinfo.ScgCardPrice
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue