mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 17:29:11 +00:00
remove unnecessary console log
This commit is contained in:
parent
f97f5eb551
commit
7585460853
@ -66,7 +66,6 @@ func (kv *KVNamespace) GetReader(key string, opts *KVNamespaceGetOptions) (io.Re
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
js.Global().Get("console").Call("log", v)
|
||||
return jsutil.ConvertStreamReaderToReader(v.Call("getReader")), nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user