summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-11-11 14:59:25 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-11-11 14:59:25 -0800
commit3070a939bbab9d54445cfcebef714d63792db438 (patch)
tree9e3831b68456801c2b4f29a9b2d2a2de54d2bff8
parentUse `user-error` to report error. (diff)
downloadpants.el-3070a939bbab9d54445cfcebef714d63792db438.tar.gz
Remove broken debug message.
-rw-r--r--pants.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/pants.el b/pants.el
index 548aa83..151b45f 100644
--- a/pants.el
+++ b/pants.el
@@ -118,8 +118,7 @@
                 (zerop code)
                 (and pants-bury-compilation-buffer t)
                 (get-buffer *pants-compilation-buffer*))
-           (bury-buffer)
-           (delete-window (get-buffer-window (get-buffer *pants-compilation-buffer*))))
+           (bury-buffer))
          (cons msg code))))
 
 (defun pants--compile (command)