diff --git a/core/otto.go b/core/otto.go index 0785274..ed84994 100644 --- a/core/otto.go +++ b/core/otto.go @@ -47,8 +47,6 @@ var OttoFuncs = map[string]func(string) string{ if err != nil { log.Fatal(err) } - fmt.Println(id) - return id }, "uuid": func(_ string) string {