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
1 changed files with 0 additions and 1 deletions

View File

@ -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