diff options
Diffstat (limited to 'src/input.c')
-rw-r--r-- | src/input.c | 2 |
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); |