Skip to content

Commit

Permalink
Removed stray debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaelatern committed May 31, 2015
1 parent e59248b commit 771a50e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion easy_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ for item in ${paths[*]}
do
fullname="${item/\~/$HOME}"
if [ -f $fullname ] || [ -d $fullname ]; then
echoerr "Found one!"
moveon=0;
until (( $moveon )); do
read -p "I found ${item}, do you want to DotBot it? (Y/n) " answer
Expand Down

0 comments on commit 771a50e

Please sign in to comment.