Skip to content

Commit

Permalink
sonarqube fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Oct 29, 2022
1 parent 6bd63a4 commit 23ac61c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,6 @@ public FontSizeConfigDialog(java.awt.Frame parent, boolean modal) {
this.sldGlobalScale.setValue((int)(scale*100f));
lblScale.setText("" + scale);
} catch (Throwable t) {
//log.error("Could not set font size", t);
lblScale.setText("0");
}

Expand All @@ -703,7 +702,6 @@ public FontSizeConfigDialog(java.awt.Frame parent, boolean modal) {
this.sldFontScale.setValue(offset);
lblFontScale.setText("" + offset);
} catch (Throwable t) {
//log.error("Could not set font size", t);
lblScale.setText("0");
}

Expand Down

0 comments on commit 23ac61c

Please sign in to comment.