removed debugging output

This commit is contained in:
Fredrik Osterlind 2011-02-22 20:21:25 +01:00
parent fc3bf315ab
commit 498df44bc7

View file

@ -100,7 +100,7 @@ public class SkyButton extends Button {
}
public boolean isPressed() {
logger.warn("Not implemented");
/* Not implemented */
return false;
}