From 90e9214efa2dd44e7805b8915340674670a5c06c Mon Sep 17 00:00:00 2001 From: terencehill Date: Sat, 30 Nov 2024 11:41:53 +0100 Subject: [PATCH] Oops, forgot to remove debugging code in the previous commit --- qcsrc/ecs/systems/physics.qc | 3 --- 1 file changed, 3 deletions(-) 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)) { -- 2.39.2