From 12883740a66e10659081a18d07461dd644922e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Thu, 3 Oct 2024 13:55:19 +0200 Subject: [PATCH] fix tmux error-message --- functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/functions.sh b/functions.sh index 2398a78..9d8cef9 100755 --- a/functions.sh +++ b/functions.sh @@ -117,7 +117,6 @@ function _tmux_hook() { # [ -z "${TMUX+x}" ] || eval "$(tmux show-environment -s)" if [ -n "${TMUX:-}" ]; then - logerror "bla" eval "$(tmux show-environment -s)" fi }