mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Merge pull request #2934 from RedSoxFan/config-log-cleanup
config: remove peeked + expanded line log entries
This commit is contained in:
		
						commit
						6e0097b6da
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -584,13 +584,11 @@ static int detect_brace_on_following_line(FILE *file, char *line,
 | 
			
		|||
		char *peeked = NULL;
 | 
			
		||||
		long position = 0;
 | 
			
		||||
		do {
 | 
			
		||||
			wlr_log(WLR_DEBUG, "Peeking line %d", line_number + lines + 1);
 | 
			
		||||
			free(peeked);
 | 
			
		||||
			peeked = peek_line(file, lines, &position);
 | 
			
		||||
			if (peeked) {
 | 
			
		||||
				peeked = strip_whitespace(peeked);
 | 
			
		||||
			}
 | 
			
		||||
			wlr_log(WLR_DEBUG, "Peeked line: `%s`", peeked);
 | 
			
		||||
			lines++;
 | 
			
		||||
		} while (peeked && strlen(peeked) == 0);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -695,7 +693,6 @@ bool read_config(FILE *file, struct sway_config *config,
 | 
			
		|||
			free(line);
 | 
			
		||||
			return false;
 | 
			
		||||
		}
 | 
			
		||||
		wlr_log(WLR_DEBUG, "Expanded line: %s", expanded);
 | 
			
		||||
		struct cmd_results *res;
 | 
			
		||||
		if (block && strcmp(block, "<commands>") == 0) {
 | 
			
		||||
			// Special case
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue