Skip to content

Commit e6c63a7

Browse files
committed
removing the extra print since the file caching has been removed for now
1 parent bad0747 commit e6c63a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/neuronrobotics/bowlerstudio/scripting/cadoodle/CaDoodleFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ private boolean inCache(CaDoodleOperation op) {
177177
private List<CSG> getCachedCSGs(CaDoodleOperation op) {
178178
try {
179179
if (Platform.isFxApplicationThread()) {
180-
new RuntimeException("This should not be called from the UI thread!").printStackTrace();
180+
//new RuntimeException("This should not be called from the UI thread!").printStackTrace();
181181
;
182182
}
183183
}catch(Exception ex) {

0 commit comments

Comments
 (0)