diff --git a/lisp/window.el b/lisp/window.el index 719bafccb4f..0a37d16273f 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -8316,7 +8316,6 @@ indirectly called by the latter." (when (and (listp quad) (integerp (nth 3 quad)) (> (nth 3 quad) (window-total-height window))) - (message "foo") (condition-case nil (window-resize window (- (nth 3 quad) (window-total-height window))) (error nil)))