mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 01:34:18 +00:00 
			
		
		
		
	Remove a debugging leftover.
This commit is contained in:
		
							
								
								
									
										5
									
								
								format.c
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								format.c
									
									
									
									
									
								
							@@ -859,9 +859,8 @@ format_replace(struct format_tree *ft, const char *key, size_t keylen,
 | 
				
			|||||||
		*ptr = '\0';
 | 
							*ptr = '\0';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		found = format_find(ft, copy + 1, modifiers);
 | 
							found = format_find(ft, copy + 1, modifiers);
 | 
				
			||||||
		if (found == NULL) {
 | 
							if (found == NULL)
 | 
				
			||||||
			log_debug("XXX %s", copy + 1);
 | 
								found = format_expand(ft, copy + 1);
 | 
				
			||||||
			found = format_expand(ft, copy + 1);}
 | 
					 | 
				
			||||||
		if (format_choose(ptr + 1, &left, &right) != 0)
 | 
							if (format_choose(ptr + 1, &left, &right) != 0)
 | 
				
			||||||
			goto fail;
 | 
								goto fail;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user