Skip to content

Commit

Permalink
Removed println statement (fix for issue #40)
Browse files Browse the repository at this point in the history
  • Loading branch information
HanSolo committed Aug 11, 2016
1 parent ed9c5d0 commit 9fb6d99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/eu/hansolo/medusa/skins/LinearSkin.java
Expand Up @@ -215,7 +215,6 @@ private void registerListeners() {

// ******************** Methods *******************************************
protected void handleEvents(final String EVENT_TYPE) {
System.out.println(EVENT_TYPE);
if ("RESIZE".equals(EVENT_TYPE)) {
resize();
redraw();
Expand Down

0 comments on commit 9fb6d99

Please sign in to comment.