remove debug println, whoops

This commit is contained in:
yugecin 2016-09-30 09:13:10 +02:00
parent 0c16802523
commit 0d77d7f56a

View File

@ -90,7 +90,6 @@ public class Circle extends GameObject {
this.comboEnd = comboEnd;
updatePosition();
this.color = Utils.nextColor();
System.out.println(this.color.getRed());
}
@Override