From 07f50974f93b617970896659bb1a7fb6c0c2351a Mon Sep 17 00:00:00 2001 From: Uwe Oestermeier Date: Fri, 21 Jul 2023 09:48:00 +0200 Subject: [PATCH] Updated iwmlib and removed log statement. --- lib/scatter.js | 1 - 1 file changed, 1 deletion(-) 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