mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
[Config] Remove some debug printfs.
This commit is contained in:
parent
067a3b82ad
commit
42dde494c1
1 changed files with 0 additions and 3 deletions
|
@ -349,12 +349,9 @@ void config_parse_cmd_options ( void )
|
||||||
char *esc = g_strescape(stored_argv[in+1], NULL);
|
char *esc = g_strescape(stored_argv[in+1], NULL);
|
||||||
g_string_append_printf ( str, "%s: \"%s\";", tokens[count-1], esc);
|
g_string_append_printf ( str, "%s: \"%s\";", tokens[count-1], esc);
|
||||||
g_free(esc);
|
g_free(esc);
|
||||||
printf("%s %s\r\n", stored_argv[in], stored_argv[in+1]);
|
|
||||||
|
|
||||||
for ( int j = 0; j < (count-1); j++ ){
|
for ( int j = 0; j < (count-1); j++ ){
|
||||||
g_string_append(str, " } ");
|
g_string_append(str, " } ");
|
||||||
}
|
}
|
||||||
printf("str: %s\n", str->str);
|
|
||||||
if ( rofi_theme_parse_string(str->str) == 1 ) {
|
if ( rofi_theme_parse_string(str->str) == 1 ) {
|
||||||
printf("failed\n");
|
printf("failed\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue