From 55eec67a23395a33d920a68e0ae84a62e40f786f Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 1 Nov 2021 14:24:11 -0400 Subject: [PATCH] pull wayward debug from Bitmaps unit test --- src/tests/bitmap.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/bitmap.cpp b/src/tests/bitmap.cpp index ce794c98a..e938b7503 100644 --- a/src/tests/bitmap.cpp +++ b/src/tests/bitmap.cpp @@ -307,7 +307,6 @@ TEST_CASE("Bitmaps") { vopts.scaling = NCSCALE_NONE; auto ninf = ncvisual_blit(nc_, ncv, &vopts); ncplane_set_name(ninf, "ninf"); -notcurses_debug(nc_, stderr); REQUIRE(nullptr != ninf); // y of scaled might not be exactly equal to y of inflated since one // is based around what can be fit into a specific space, whereas the