From f7f61ee1a184a2398f25e0726d9e8dee7f84199e Mon Sep 17 00:00:00 2001 From: jievince <38901892+jievince@users.noreply.github.com> Date: Fri, 22 Oct 2021 16:42:46 +0800 Subject: [PATCH] delete debug msg --- 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("