From f2e145831c9228de3f7aa2c02b35cbf597704300 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 6 May 2024 04:14:04 +0200 Subject: fixup! f18be9b4686fa11f6fd3caf67396894e38a65d3a --- src/critter.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/critter.cpp b/src/critter.cpp index 00c83e53..98e5ae1c 100644 --- a/src/critter.cpp +++ b/src/critter.cpp @@ -367,9 +367,7 @@ void critter::update(const std::shared_ptr& ptrʹ, size_t& i, const Ns& fm_debug_assert(&*ptrʹ == this); check_script_update_1(script.state()); - Debug{} << "i before" << i; //script->on_update(std::static_pointer_cast(ptrʹ), i, dt); - Debug{} << "i after" << i; #if 0 // for now, objects can't delete themselves if (check_script_update_2(script.state())) [[unlikely]] return; -- cgit v1.2.3