remove debug printf
This commit is contained in:
		
							parent
							
								
									00b2be3dc0
								
							
						
					
					
						commit
						23e2a8094e
					
				| @ -334,12 +334,9 @@ int notification_init(notification * n, int id) | ||||
|                         char *human_readable = n->actions->actions[i + 1]; | ||||
|                         string_replace_char('[', '(', human_readable); // kill square brackets
 | ||||
|                         string_replace_char(']', ')', human_readable); | ||||
|                         printf("debug: %s\n", n->appname); | ||||
|                         printf("debug: %s\n", human_readable); | ||||
|                         char *tmp = | ||||
|                             g_strdup_printf("%s %s", n->appname, | ||||
|                                             human_readable); | ||||
|                         printf("debug: %s\n", tmp); | ||||
| 
 | ||||
|                         n->actions->dmenu_str = | ||||
|                             string_append(n->actions->dmenu_str, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sascha Kruse
						Sascha Kruse