summaryrefslogtreecommitdiffstats
path: root/lexer
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-11-28 17:08:09 +0100
committerDave Davenport <qball@blame.services>2021-11-28 17:08:09 +0100
commitdee9c526d33ec078e0d915cd223531e0e786da19 (patch)
treec21f894e524d102cec0814ff5e7b7113d3715fa6 /lexer
parent91f3200d8c38ff7edcd1133bec16da2a388c2b19 (diff)
[Rofi] Don't try to parse commandline options using theme engine if theme parsing failed.
Issues: #1531
Diffstat (limited to 'lexer')
-rw-r--r--lexer/theme-lexer.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/lexer/theme-lexer.l b/lexer/theme-lexer.l
index c36df48b..e9b8e99f 100644
--- a/lexer/theme-lexer.l
+++ b/lexer/theme-lexer.l
@@ -808,7 +808,6 @@ if ( queue == NULL ) {
}
<INITIAL>. {
yytext[yyleng-1] = '\0';
- fprintf(stderr,"initial found: |%s|\n", yytext);
return T_ERROR;
}
<SECTION>. {