Browse Source

Remove forgotten debugging code

Alois Mahdal 9 years ago
parent
commit
e8a366f82d
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      dotfiles/bash/post.bashrc

+ 0
- 1
dotfiles/bash/post.bashrc View File

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