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("