From 39b80f0ea4ac78c29799cffd8c81f701fd2ae222 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 20 Feb 2016 12:41:23 -0500 Subject: Remove some "echo"s --- 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 -- cgit v0.9.1