Updated iwmlib and removed log statement.

This commit is contained in:
Uwe Oestermeier 2023-07-21 09:48:00 +02:00
parent 8b33bc0536
commit 07f50974f9

View File

@ -220,7 +220,6 @@ class Throwable {
startThrow() { startThrow() {
this.velocity = this.meanVelocity() this.velocity = this.meanVelocity()
console.log("startThrow", this.velocity)
if (this.velocity != null) { if (this.velocity != null) {
// Call next velocity to ansure that specializations // Call next velocity to ansure that specializations
// that use keepOnStage are called // that use keepOnStage are called