From: terencehill Date: Sat, 30 Nov 2024 10:41:53 +0000 (+0100) Subject: Oops, forgot to remove debugging code in the previous commit X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=90e9214efa2dd44e7805b8915340674670a5c06c;p=xonotic%2Fxonotic-data.pk3dir.git Oops, forgot to remove debugging code in the previous commit --- diff --git a/qcsrc/ecs/systems/physics.qc b/qcsrc/ecs/systems/physics.qc index adf9067c4..42fdb5109 100644 --- a/qcsrc/ecs/systems/physics.qc +++ b/qcsrc/ecs/systems/physics.qc @@ -271,9 +271,6 @@ void sys_phys_simulate(entity this, float dt) // same as wishdir = normalize(wishvel); but cheaper const vector wishdir = (wishvel_len ? wishvel / wishvel_len : '0 0 0'); - vector wishdir2 = normalize(wishvel); - if (wishdir2 - wishdir) - LOG_INFOF("^x0f8 diff = %v\n", wishdir2 - wishdir); if (this.com_phys_air) { if (!(this.flags & FL_WATERJUMP)) {