aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sc_editor.c1
-rw-r--r--src/sc_interp.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c
index 1d1e381..0c07b5b 100644
--- a/src/sc_editor.c
+++ b/src/sc_editor.c
@@ -918,7 +918,6 @@ static gboolean button_press_sig(GtkWidget *da, GdkEventButton *event,
e->selection = clicked;
e->cursor_frame = clicked;
if ( clicked == e->top ) {
- show_sc_block(clicked->scblocks, ")>");
check_paragraph(e->cursor_frame, e->pc, clicked->scblocks);
} else {
check_paragraph(e->cursor_frame, e->pc,
diff --git a/src/sc_interp.c b/src/sc_interp.c
index 9d89767..625948e 100644
--- a/src/sc_interp.c
+++ b/src/sc_interp.c
@@ -1105,7 +1105,6 @@ int sc_interp_add_blocks(SCInterpreter *scin, SCBlock *bl)
} else if ( strcmp(name, "paraspace") == 0 ) {
maybe_recurse_before(scin, child);
- printf("Got paraspace\n");
set_paraspace(scin, options);
maybe_recurse_after(scin, child);