Make logs less spammy.

This commit is contained in:
Condorra 2024-11-18 22:14:38 +11:00
parent bd107f4325
commit 1efc6fa4e6

View File

@ -362,10 +362,6 @@ pub(super) fn mudoutput<'gc>(ctx: Context<'gc>, _global_memo: &GlobalMemoCell) -
.collect();
async move {
for (func_name, params) in fns {
console::log_1(&JsValue::from_str(&format!(
"Calling {}",
func_name
)));
call_checking_metatable::<StashedTable, _>(
&mut seq,
conntab.clone(),