Skip to content

Commit

Permalink
Remove debugging println
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Oct 26, 2023
1 parent 58535bd commit 4983a9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/groovy/geoscript/process/Process.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ class Process {
* @return The Class
*/
static Class convertGeoToolsToGeoScriptClass(Class geoToolsClass) {
println geoToolsClass
if (org.locationtech.jts.geom.Geometry.isAssignableFrom(geoToolsClass)) {
return geoscript.geom.Geometry
} else if (org.geotools.geometry.jts.ReferencedEnvelope.isAssignableFrom(geoToolsClass)) {
Expand Down

0 comments on commit 4983a9d

Please sign in to comment.