Skip to content

Commit

Permalink
[scroll_down] kill naked diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Feb 19, 2022
1 parent 15f0ac2 commit 066dde8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/notcurses.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 066dde8

Please sign in to comment.