[scroll_down] kill naked diagnostic

This commit is contained in:
nick black 2022-02-19 06:32:52 -05:00
parent 15f0ac2522
commit 066dde8e33
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -1790,7 +1790,6 @@ int ncplane_scrollup_child(ncplane* n, const ncplane* child){
}
int parend = ncplane_abs_y(n) + ncplane_dim_y(n) - 1; // where parent ends
int chend = ncplane_abs_y(child) + ncplane_dim_y(child) - 1; // where child ends
fprintf(stderr, "chend: %d parend: %d\n", chend, parend);
if(chend <= parend){
return 0;
}