From e76b7c9f7d610e54a616defbcefa5359c57d9be3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 29 Jan 2014 23:21:48 +0100 Subject: Reduce verbosity --- src/sc_interp.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/sc_interp.c b/src/sc_interp.c index 78a5589..4d7f396 100644 --- a/src/sc_interp.c +++ b/src/sc_interp.c @@ -553,10 +553,7 @@ int sc_interp_add_blocks(SCInterpreter *scin, SCBlock *bl, SCBlock *output) const char *options = sc_block_options(bl); SCBlock *child = sc_block_child(bl); - if ( bl == output ) { - scin->output = 1; - show_sc_block(bl, ""); - } + if ( bl == output ) scin->output = 1; if ( child != NULL ) { sc_interp_save(scin); -- cgit v1.2.3