diff --git a/lib/scatter.js b/lib/scatter.js index 599b64d..ce51279 100644 --- a/lib/scatter.js +++ b/lib/scatter.js @@ -220,7 +220,6 @@ class Throwable { startThrow() { this.velocity = this.meanVelocity() - console.log("startThrow", this.velocity) if (this.velocity != null) { // Call next velocity to ansure that specializations // that use keepOnStage are called