From 44efb04f7b43ab99a262aa91a3420073157fccff Mon Sep 17 00:00:00 2001 From: "jie.wang" <38901892+jievince@users.noreply.github.com> Date: Fri, 22 Oct 2021 17:00:42 +0800 Subject: [PATCH] delete debug msg (#143) --- value_wrapper.go | 1 - 1 file changed, 1 deletion(-) diff --git a/value_wrapper.go b/value_wrapper.go index 3cd1dee0..3c392fa3 100644 --- a/value_wrapper.go +++ b/value_wrapper.go @@ -411,7 +411,6 @@ func toWKT(geo *nebula.Geography) string { wkt += ")" return wkt } else if geo.IsSetPgVal() { - fmt.Println("pyfdafads") pgVal := geo.GetPgVal() coordListList := pgVal.GetCoordListList() wkt := "POLYGON("