diff --git a/ottomain.go b/ottomain.go index c03176f..8765d6d 100644 --- a/ottomain.go +++ b/ottomain.go @@ -71,7 +71,6 @@ func ProcessRequest(script string, params map[string]interface{}) (response map[ defer func() { if r := recover(); r != nil { - fmt.Println("Recovered in f", r) switch x := r.(type) { case error: err = x