Skip to content

Commit

Permalink
remove unneeded exception print
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed May 8, 2024
1 parent f09b4b1 commit e222b05
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ private void saveLocal() {
return;
}
} catch (Exception e1) {
// TODO Auto-generated catch block
e1.printStackTrace();
// file doesnt exist
}
try {
write(MANUFACTURING_BOM_JSON, content);
Expand Down

0 comments on commit e222b05

Please sign in to comment.