mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 17:29:11 +00:00
remove debug logging
This commit is contained in:
parent
bd009a8a14
commit
f0149a86de
@ -60,7 +60,6 @@ func (r *r2Bucket) Get(key string) (*R2Object, error) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
fmt.Println(v)
|
|
||||||
if v.IsNull() {
|
if v.IsNull() {
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user