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 }