[ncplane_dup] remove cheerful diagnostic

This commit is contained in:
nick black 2021-03-27 07:15:28 -04:00
parent a8a42c2a50
commit 5a6ee2d720
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -503,7 +503,6 @@ inline int ncplane_cursor_move_yx(ncplane* n, int y, int x){
}
ncplane* ncplane_dup(const ncplane* n, void* opaque){
fprintf(stderr, "FUCXK ME IN THE ASS\n");
int dimy = n->leny;
int dimx = n->lenx;
// if we're duping the standard plane, we need adjust for marginalia