[scroll_down] kill naked diagnostic

pull/2629/head
nick black 2 years ago
parent 15f0ac2522
commit 066dde8e33
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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;
}

Loading…
Cancel
Save