remove silly console debug log crap

This commit is contained in:
Aaron Mueller 2012-07-06 19:15:30 +02:00
parent 3879dbef65
commit 9cead16d07

View file

@ -19,7 +19,6 @@ ig.module(
if (ball.vel.x < 0) {
// Do we need to move the panel enyway?
if (this.move_delay == 0 && ((ball.pos.y > this.pos.y-5) && (ball.pos.y+ball.size.y < this.pos.y+this.size.y+5))) {
console.log("delay" + ball.pos.y);
this.move_delay = 3;
if (this.vel.y < 0) {
this.vel.y = -200+((3-this.move_delay)*50)