소스 검색

Remove forgotten debugging code

Alois Mahdal 8 년 전
부모
커밋
e8a366f82d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      dotfiles/bash/post.bashrc

+ 0
- 1
dotfiles/bash/post.bashrc 파일 보기

@@ -113,7 +113,6 @@ __bashum__mkpc() {
113 113
 
114 114
 __bashum__mkhostid() {
115 115
     test -n "$SSH_CONNECTION" || return
116
-    echo "__bashum__mkhostid(): HOSTNAME='$HOSTNAME'" >&2
117 116
     echo "${HOSTNAME%%.*}:"
118 117
 }
119 118