Skip to content

Commit

Permalink
fix : remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
znkim committed Nov 21, 2024
1 parent e03aa41 commit 51bf268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ private GaiaMaterial processMaterial(AIMaterial aiMaterial, String path, List<St
float opacityValue = byteBuffer.getFloat();
if (opacityValue < 1.0f) {
opacity = opacityValue;
log.info("Opacity: {}", opacityValue);
//log.info("Opacity: {}", opacityValue);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tiler/src/test/java/com/gaia3d/release/ReleaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ void testSejongBridge() {
"-input", input.getAbsolutePath(),
"-inputType", "ifc",
"-output", output.getAbsolutePath(),
//"-debug",
"-debug",
//"-glb"
};
Mago3DTilerMain.main(args);
Expand Down

0 comments on commit 51bf268

Please sign in to comment.