Skip to content

Commit

Permalink
delete debug msg (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
jievince authored Oct 22, 2021
1 parent 1c99073 commit 44efb04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion value_wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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("
Expand Down

0 comments on commit 44efb04

Please sign in to comment.