Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Feb 10, 2014
1 parent 8c91480 commit d6917b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cdist/type/__ini/gencode-remote
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ if [ "$state" = "present" ]; then
replaceline $file \$foundsection \$foundsection \$newline
fi
else
echo "state absent" k \$foundkey s \$foundsection
# if we want the variable not to exist, and it does, we delete it
if [ "x\$foundkey" != "x" ]; then
replaceline $file \$(expr \$foundkey - 1) \$foundkey
Expand Down

0 comments on commit d6917b3

Please sign in to comment.