mirror of
				https://github.com/matrix-org/synapse.git
				synced 2025-11-04 02:01:03 +01:00 
			
		
		
		
	Remove debug logging
This commit is contained in:
		
							parent
							
								
									d360c97ae1
								
							
						
					
					
						commit
						4ac363a168
					
				@ -392,7 +392,6 @@ class SynchrotronServer(HomeServer):
 | 
				
			|||||||
            user_index = stream["field_names"].index("user_id")
 | 
					            user_index = stream["field_names"].index("user_id")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            for row in stream["rows"]:
 | 
					            for row in stream["rows"]:
 | 
				
			||||||
                logger.info("Handling device list row: %r", row)
 | 
					 | 
				
			||||||
                position = row[position_index]
 | 
					                position = row[position_index]
 | 
				
			||||||
                user_id = row[user_index]
 | 
					                user_id = row[user_index]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user