aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-09-19 23:37:05 +0200
committerThomas White <taw@bitwiz.org.uk>2014-09-19 23:37:05 +0200
commited48c7b7305ce65296b8c8b29a60622ba07ea35d (patch)
treedcb7ff1c797e364702dad3bd9f6bde941c56cc92
parent6d3ba40ba7fc98e384e5ee5ca7d90832dde89c1e (diff)
Comment out debugging stuff
-rw-r--r--src/sc_interp.c10
1 files 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, "");
}