Skip to content

Commit 196ed44

Browse files
committed
leftover
1 parent 92d3491 commit 196ed44

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cmd/wasm/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
package main
44

55
import (
6-
"fmt"
76
"syscall/js"
87
_ "time/tzdata" // microslop dates need this
98

@@ -188,7 +187,6 @@ func wrapPromise(fn func() (any, error)) any {
188187
errorValue := errorConstructor.New(errorMessage)
189188
if code, ok := errcode.CodeOf(err); ok {
190189
errorValue.Set("code", string(code))
191-
fmt.Printf("wrapPromise error: code=%q ok=%v type=%T err=%v\n", code, ok, err, err)
192190
}
193191
if calendar, ok := errcode.CalendarOf(err); ok {
194192
errorValue.Set("calendar", calendar)

0 commit comments

Comments
 (0)