summaryrefslogtreecommitdiff
path: root/test/lib-src/emacsclient-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib-src/emacsclient-tests.el')
-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 @@
(defun emacsclient-test-call-emacsclient ()
"Run emacsclient."
- (when (getenv "EMACS_HYDRA_CI")
- (message "emacsclient-test-emacs: %s" emacsclient-test-emacs)
- (message "ALTERNATE_EDITOR: %s" (getenv "ALTERNATE_EDITOR")))
(call-process emacsclient-test-emacs nil nil nil
"--server-file" (expand-file-name "non-existent-file" invocation-directory)
"foo"))