summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-06-27 12:23:20 +0200
committerDave Davenport <qball@blame.services>2021-06-27 12:23:20 +0200
commit42dde494c1a4ff7d6b49259fff94007541497314 (patch)
tree2f2c135a35745fcffc7103aac448d38c282f963f
parent067a3b82ade2ca8906ac46105358aaf4f272f77e (diff)
[Config] Remove some debug printfs.
-rw-r--r--source/xrmoptions.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index 7f377852..91a98416 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -349,12 +349,9 @@ void config_parse_cmd_options ( void )
char *esc = g_strescape(stored_argv[in+1], NULL);
g_string_append_printf ( str, "%s: \"%s\";", tokens[count-1], esc);
g_free(esc);
- printf("%s %s\r\n", stored_argv[in], stored_argv[in+1]);
-
for ( int j = 0; j < (count-1); j++ ){
g_string_append(str, " } ");
}
- printf("str: %s\n", str->str);
if ( rofi_theme_parse_string(str->str) == 1 ) {
printf("failed\n");
}