From dd8b8bc92adf5b60f95531477ad0cf4006c00800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D0=BB=D0=B5=D1=80=D0=B8=D0=B8=CC=86=20=D0=A1?= =?UTF-8?q?=D1=82=D0=B0=D0=B4=D1=87=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Fri, 18 Nov 2022 11:19:43 +0300 Subject: [PATCH] log removed --- ottomain.go | 1 - 1 file changed, 1 deletion(-) 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