Revert "Block until instances are confirmed to be deleted"

This reverts commit 5e40a5bfc1.
This commit is contained in:
Michael Vines
2019-03-14 21:17:30 -07:00
parent 9ce1d5e990
commit b0e6604b9a

View File

@ -391,14 +391,6 @@ delete() {
echo "No instances found matching '$filter'"
else
cloud_DeleteInstances true
while true; do
cloud_FindInstances "$filter"
if [[ ${#instances[@]} -eq 0 ]]; then
break;
fi
echo "(waiting for instances to be deleted)"
sleep 3
done
fi
done
rm -f "$configFile"