1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 11:47:45 +00:00

Remove commented testing log output

This commit is contained in:
The Dax 2025-06-26 05:52:51 -04:00 committed by Joshua Goins
parent 2c60e4f8fa
commit 94e13fa281

View file

@ -562,7 +562,6 @@ async fn client_loop(
*/
let command_sender: Result<mlua::prelude::LuaValue, mlua::prelude::LuaError> = lua.globals().get("command_sender");
if let Ok(_) = command_sender {
// tracing::info!("Resetting command_sender for next script run.");
lua.globals().set("command_sender", mlua::Value::Nil)?;
}
Ok(())