diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-18 18:49:49 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-18 18:49:49 -0500 |
commit | f8f517df2becd809e36a3a315487eff26485f81a (patch) | |
tree | 80ea7c33a83fbdab0e0ac7a070be3405b4b43bcd | |
parent | 2bac729d5166f87b9290e1b466b4aa814b1bb1c0 (diff) |
get rid of debug output
-rw-r--r-- | build.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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]; |