Skip to content

Commit b4a861c

Browse files
committed
removed extra line
1 parent f00c0d4 commit b4a861c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wasm/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ func Call(this js.Value, i []js.Value) interface{} {
3838
return nil, err
3939
}
4040

41-
//output:= []byte{}
42-
4341
dst := js.Global().Get("Uint8Array").New(len(output))
4442
js.CopyBytesToJS(dst, output)
4543
return dst, err

0 commit comments

Comments
 (0)