diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-25 11:54:37 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-25 11:54:37 +0100 |
commit | c31aa37aeb9dbd68cd4dbe53caf25b2a9c2dc30d (patch) | |
tree | 2fc4e266239eee403188955a879b93cb78efb5de /editor | |
parent | eeb89c9b1c64a3f738fd2790a15a6232d5e3e0bf (diff) |
remove accidental debug code
Diffstat (limited to 'editor')
-rw-r--r-- | editor/tests/walk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tests/walk.cpp b/editor/tests/walk.cpp index 9716c7ac..0921bffe 100644 --- a/editor/tests/walk.cpp +++ b/editor/tests/walk.cpp @@ -249,7 +249,7 @@ void pf_test::update_pre(app& a, const Ns& dt) if (!ok) [[unlikely]] { - Debug{} << "bad"; + //Debug{} << "bad"; C.set_keys(false, false, false, false); C.delta = {}; C.offset_frac_ = {}; |