Skip to content

Commit

Permalink
Update OperatingSystemCopyOf_IfcGeomServer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkioraskari committed Feb 13, 2023
1 parent b801efd commit aaa317e
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit aaa317e

Please sign in to comment.