cleaning up debug stuff

This commit is contained in:
Serghey Rodin 2014-03-28 23:24:23 +02:00
commit 45ba56d310

View file

@ -621,8 +621,6 @@ if [ "$db" != 'no' ]; then
db_list=$(echo "$db_list" | egrep -f $db_include_list )
rm -f $db_include_list
fi
echo "$db_list"
exit
for db in $db_list; do