From aaa317e861f80b050b693a3ac7ab9eb21c2dc5ea Mon Sep 17 00:00:00 2001 From: Jyrki Oraskari <31693668+jyrkioraskari@users.noreply.github.com> Date: Mon, 13 Feb 2023 15:21:14 +0100 Subject: [PATCH] Update OperatingSystemCopyOf_IfcGeomServer.java --- .../dc/OperatingSystemCopyOf_IfcGeomServer.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/IFCtoLBD_Geometry/src/main/java/de/rwth_aachen/dc/OperatingSystemCopyOf_IfcGeomServer.java b/IFCtoLBD_Geometry/src/main/java/de/rwth_aachen/dc/OperatingSystemCopyOf_IfcGeomServer.java index 688c0e81..51de5572 100644 --- a/IFCtoLBD_Geometry/src/main/java/de/rwth_aachen/dc/OperatingSystemCopyOf_IfcGeomServer.java +++ b/IFCtoLBD_Geometry/src/main/java/de/rwth_aachen/dc/OperatingSystemCopyOf_IfcGeomServer.java @@ -66,12 +66,7 @@ public static String getIfcGeomServer() { try { Files.copy(in, geomserverPath, java.nio.file.StandardCopyOption.REPLACE_EXISTING); } catch (Exception e1) { - System.out.println("IfcGeomServerLocation null?: " + (IfcGeomServerLocation == null)); - System.out.println("IfcGeomServerLocation: " + IfcGeomServerLocation); - System.out.println("in null?: " + (in == null)); - System.out.println("geomserverPath null?: " + (geomserverPath == null)); - System.out.println("geomserverPath: " + geomserverPath); - e1.printStackTrace(); + System.err.println("Geom engine not updated."); } if (ixsystem) {