summaryrefslogtreecommitdiff
path: root/colm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-12-30 11:35:12 -0500
committerAdrian Thurston <thurston@complang.org>2012-12-30 11:35:12 -0500
commit2d1b2dc9afb909ccf3ab9dcc91a3ad38ebbbb03c (patch)
treea5176c0df0766105fb5f622f03098e3a94381ce2 /colm
parentbf2212dba3e1825f8f2cccd64fe2af14a1d76521 (diff)
downloadcolm-2d1b2dc9afb909ccf3ab9dcc91a3ad38ebbbb03c.tar.gz
removed an old debugging statement
Diffstat (limited to 'colm')
-rw-r--r--colm/input.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/colm/input.c b/colm/input.c
index 59ab84a8..787a728d 100644
--- a/colm/input.c
+++ b/colm/input.c
@@ -158,10 +158,6 @@ int fdGetData( SourceStream *is, int skip, char *dest, int length, int *copied )
int ret = 0;
*copied = 0;
- if ( skip == 9 && length == 6 ) {
- debug( REALM_INPUT, "foo\n" );
- }
-
/* Move over skip bytes. */
RunBuf *buf = is->queue;
while ( true ) {