From 3929e7b23aa273b52f1cf54681be3a5ee83c7eae Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 23 Mar 2021 22:37:42 -0400 Subject: [PATCH] [sixel] purge debugging cruft --- src/lib/sixel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/sixel.c b/src/lib/sixel.c index 3aac148a3..9ae2ae39e 100644 --- a/src/lib/sixel.c +++ b/src/lib/sixel.c @@ -21,7 +21,7 @@ int sprite_sixel_cell_wipe(const notcurses* nc, sprixel* s, int ycell, int xcell if(bottom > s->pixy){ bottom = s->pixy; } -fprintf(stderr, "TARGET AREA: [ %dx%d -> %dx%d ] of %dx%d\n", top, left, bottom - 1, right - 1, s->pixy, s->pixx); +//fprintf(stderr, "TARGET AREA: [ %dx%d -> %dx%d ] of %dx%d\n", top, left, bottom - 1, right - 1, s->pixy, s->pixx); char* c = s->glyph; // lines of sixels are broken by a hyphen. if we were guaranteed to already // be in the meat of the sixel, it would be sufficient to count hyphens, but