diff options
-rw-r--r-- | lisp/mldrag.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mldrag.el b/lisp/mldrag.el index 3c37f35da13..0002db4712f 100644 --- a/lisp/mldrag.el +++ b/lisp/mldrag.el @@ -220,7 +220,6 @@ right will make the clicked-on window thinner or wider." (- left x) (- x right -1)) wconfig (current-window-configuration)) - (message "%s" growth) (enlarge-window growth t) ;; if this window's growth caused another ;; window to be deleted because it was too |