Skip to content

Commit 7d28ab2

Browse files
committed
remove the exception from lock
1 parent da55c5d commit 7d28ab2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • src/main/java/eu/mihosoft/vrl/v3d

src/main/java/eu/mihosoft/vrl/v3d/CSG.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3658,9 +3658,9 @@ public boolean isGroupResult() {
36583658

36593659
// Hole
36603660
public CSG setIsMotionLock(boolean Lock) {
3661-
if(Lock) {
3662-
new RuntimeException("Motion Lock Enabled here").printStackTrace();
3663-
}
3661+
// if(Lock) {
3662+
// new RuntimeException("Motion Lock Enabled here").printStackTrace();
3663+
// }
36643664
getStorage().set("isMotionLock", Lock);
36653665
return this;
36663666
}

0 commit comments

Comments
 (0)