-
由 LaughingMan 提交于
If the database exists, it gets deleted. If the database doesn't exist, an exception gets thrown, immediately caught, and ignored. In both cases exists will be false and we continue. Later the database gets deleted unconditionally, which means we can delete this entire block.
3ae7d1e4