Commit 8626118

Christoph Lohmann <20h@r-36.net>
2012-11-03 09:05:45
Removing the debugging for the last fix too.
1 parent 9888c50
Changed files (1)
st.c
@@ -2750,8 +2750,6 @@ cresize(int width, int height)
 
 void
 resize(XEvent *e) {
-	fprintf(stderr, "resize -> %d,%d\n", e->xconfigure.width,
-			e->xconfigure.height);
 	if(e->xconfigure.width == xw.w && e->xconfigure.height == xw.h)
 		return;