remove logs

pull/2/head
vedhavyas 2019-08-20 12:21:56 -07:00
parent 803f7df155
commit 4f9c552ed7
No known key found for this signature in database
GPG Key ID: 317BF0923E3EB7E5
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ import (
// TODO: log seems to cause an issue
func addition(this js.Value, args []js.Value) interface{} {
fmt.Println("In WASM", args)
this.Set()
this.SetIndex()
a, b := args[0].Int(), args[1].Int()
return a + b
}