Skip to content

Commit

Permalink
Removing prints and adding CLI for openscad
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Nov 2, 2024
1 parent 140c311 commit 2247540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1163,8 +1163,8 @@ public static boolean checkValidURL(String url) {
}catch(Exception e) {
// not a url
//
System.out.println("Invalid URL "+url);
e.printStackTrace();
//System.out.println("Invalid URL "+url);
//e.printStackTrace();
return false;
}
return true;
Expand Down

0 comments on commit 2247540

Please sign in to comment.