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:
parent
2c60e4f8fa
commit
94e13fa281
1 changed files with 0 additions and 1 deletions
|
@ -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(())
|
||||
|
|
Loading…
Add table
Reference in a new issue