remove debug logging

This commit is contained in:
syumai 2022-05-29 10:45:05 +09:00
parent bd009a8a14
commit f0149a86de

View File

@ -60,7 +60,6 @@ func (r *r2Bucket) Get(key string) (*R2Object, error) {
if err != nil {
return nil, err
}
fmt.Println(v)
if v.IsNull() {
return nil, nil
}