From adb1c0282b9daa7439cb0fa3d9c37864b462e81f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 2 May 2016 22:36:01 +0200 Subject: Remove debug --- src/sc_editor.c | 1 - src/sc_interp.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src') 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); -- cgit v1.2.3