From ed48c7b7305ce65296b8c8b29a60622ba07ea35d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 19 Sep 2014 23:37:05 +0200 Subject: Comment out debugging stuff --- src/sc_interp.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/sc_interp.c b/src/sc_interp.c index 3ee41ff..9a9c9d8 100644 --- a/src/sc_interp.c +++ b/src/sc_interp.c @@ -647,9 +647,9 @@ static void run_macro_contents(SCInterpreter *scin) int sc_interp_add_blocks(SCInterpreter *scin, SCBlock *bl) { - printf("Running this --------->\n"); - show_sc_blocks(bl); - printf("<------------\n"); + //printf("Running this --------->\n"); + //show_sc_blocks(bl); + //printf("<------------\n"); while ( bl != NULL ) { @@ -693,8 +693,8 @@ int sc_interp_add_blocks(SCInterpreter *scin, SCBlock *bl) } else { - fprintf(stderr, "Don't know what to do with this:\n"); - show_sc_block(bl, ""); + //fprintf(stderr, "Don't know what to do with this:\n"); + //show_sc_block(bl, ""); } -- cgit v1.2.3