Oops forgot to remove debug line

This commit is contained in:
Jacob 2023-08-08 17:28:29 +02:00
parent b221e94015
commit c3a5c5d126

View file

@ -492,8 +492,6 @@ void resizeclient(void) {
*/ */
void get_width(void) { void get_width(void) {
sp.inputw = sp.mw * inputwidth; sp.inputw = sp.mw * inputwidth;
fprintf(stderr, "%f\n", inputwidth);
} }
void get_mh(void) { void get_mh(void) {