summaryrefslogtreecommitdiffstats
path: root/parsing/lexer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/lexer.sh')
-rw-r--r--parsing/lexer.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/parsing/lexer.sh b/parsing/lexer.sh
index 1e9b2e0..6e2c4f4 100644
--- a/parsing/lexer.sh
+++ b/parsing/lexer.sh
@@ -418,8 +418,6 @@ scan_wordexp()
pgetc
;;
*)
- echo "c: '$c'" >&2
- echo "wordexp: $wordexp" >&2
synerr 'Missing ")"'
;;
esac