From f8f517df2becd809e36a3a315487eff26485f81a Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Thu, 18 Feb 2021 18:49:49 -0500 Subject: get rid of debug output --- build.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'build.c') diff --git a/build.c b/build.c index 55bc9f9..a6df23b 100644 --- a/build.c +++ b/build.c @@ -211,8 +211,6 @@ static void build_frame(Ted *ted, float x1, float y1, float x2, float y2) { buffer_insert_utf8_at_cursor(buffer, message); ted->building = false; - buffer_print(buffer); - // check for errors for (u32 line_idx = 0; line_idx < buffer->nlines; ++line_idx) { Line *line = &buffer->lines[line_idx]; -- cgit v1.2.3