remove debug.

git-svn-id: file:///svn/unbound/trunk@2668 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2012-05-15 14:50:35 +00:00
parent 3d4f037f53
commit 6dd1dbd09f

View file

@ -93,7 +93,7 @@ cleanup () {
error_cleanup () {
echo "$0: error: $1" >&2
##cleanup
cleanup
exit 1
}