purge wayward notcurses_debug() calls in pile unit tests

This commit is contained in:
nick black 2021-07-02 23:10:09 -04:00
parent f219a21732
commit feccb7dab8
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -283,9 +283,7 @@ TEST_CASE("Piles") {
CHECK(30 == x);
CHECK(10 == ncplane_y(gen3));
CHECK(10 == ncplane_x(gen3));
notcurses_debug(nc_, stderr);
CHECK(nullptr != ncplane_reparent(gen1, gen2));
notcurses_debug(nc_, stderr);
ncplane_abs_yx(gen2, &y, &x); // gen2 is now the parent
CHECK(20 == y);
CHECK(20 == x);