aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib-src
diff options
context:
space:
mode:
authorGlenn Morris2017-09-05 16:01:11 -0400
committerGlenn Morris2017-09-05 16:01:11 -0400
commitdf4940c8dd2b5517fad411a8fb6d23d058eea764 (patch)
tree28e4cada20e6a55c0be2ff88ed99ee67fbdee45f /test/lib-src
parentfca62384537e1a32e867f4d3181e0b2b79396383 (diff)
downloademacs-df4940c8dd2b5517fad411a8fb6d23d058eea764.tar.gz
emacs-df4940c8dd2b5517fad411a8fb6d23d058eea764.zip
emacsclient-tests: remove some debug statements
* test/lib-src/emacsclient-tests.el (emacsclient-test-call-emacsclient): Remove debug statements.
Diffstat (limited to 'test/lib-src')
-rw-r--r--test/lib-src/emacsclient-tests.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lib-src/emacsclient-tests.el b/test/lib-src/emacsclient-tests.el
index dce1c89f86b..61ead4f0f32 100644
--- a/test/lib-src/emacsclient-tests.el
+++ b/test/lib-src/emacsclient-tests.el
@@ -35,9 +35,6 @@
35 35
36(defun emacsclient-test-call-emacsclient () 36(defun emacsclient-test-call-emacsclient ()
37 "Run emacsclient." 37 "Run emacsclient."
38 (when (getenv "EMACS_HYDRA_CI")
39 (message "emacsclient-test-emacs: %s" emacsclient-test-emacs)
40 (message "ALTERNATE_EDITOR: %s" (getenv "ALTERNATE_EDITOR")))
41 (call-process emacsclient-test-emacs nil nil nil 38 (call-process emacsclient-test-emacs nil nil nil
42 "--server-file" (expand-file-name "non-existent-file" invocation-directory) 39 "--server-file" (expand-file-name "non-existent-file" invocation-directory)
43 "foo")) 40 "foo"))