Make logs less spammy.
This commit is contained in:
		
							parent
							
								
									bd107f4325
								
							
						
					
					
						commit
						1efc6fa4e6
					
				@ -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(),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user