Skip to content

Commit

Permalink
removed debug logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kunstmusik committed Sep 7, 2023
1 parent ac1cd6f commit 9edf506
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -148,8 +148,6 @@ protected void paintComponent(Graphics g) {

var insets = getInsets();

System.out.println(insets);

g.setColor(Color.BLACK);
g.fillRoundRect(insets.left, insets.top, w - insets.right - insets.left, h - insets.top - insets.bottom, 16, 16);
}
Expand Down

0 comments on commit 9edf506

Please sign in to comment.