summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-12-30 17:15:28 -0500
committerAdrian Thurston <thurston@complang.org>2015-12-30 17:15:40 -0500
commit836668f4f07dec166c98440ee394d6e222b55caa (patch)
treedad668e75cd0111d9f239f0d9f4cfe32e079ca23
parent3a44350de6d68378eb235c2305ecfe2a1496e5b6 (diff)
downloadcolm-836668f4f07dec166c98440ee394d6e222b55caa.tar.gz
removed spurrious message introduced in prev commit
-rw-r--r--src/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.c b/src/input.c
index 94b0c85d..4acc1ef0 100644
--- a/src/input.c
+++ b/src/input.c
@@ -783,7 +783,7 @@ static void stream_prepend_data( struct stream_impl *is, const char *data, long
}
else {
if ( is_source_stream( is ) ) {
- message( "sourcing line info\n" );
+ // message( "sourcing line info\n" );
/* steal the location information. */
stream_t *s = ((stream_t*)is->queue->tree);