Skip to content

Commit

Permalink
removed extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson committed Mar 13, 2021
1 parent f00c0d4 commit b4a861c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wasm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ func Call(this js.Value, i []js.Value) interface{} {
return nil, err
}

//output:= []byte{}

dst := js.Global().Get("Uint8Array").New(len(output))
js.CopyBytesToJS(dst, output)
return dst, err
Expand Down

0 comments on commit b4a861c

Please sign in to comment.