Remove extra exception catch
This commit is contained in:
parent
af0f22fc91
commit
b1c7e58585
@ -220,8 +220,6 @@ void ChatPage::bootstrap(QString userid, QString homeserver, QString token)
|
|||||||
cache_ = QSharedPointer<Cache>(new Cache(userid));
|
cache_ = QSharedPointer<Cache>(new Cache(userid));
|
||||||
} catch (const std::exception &e) {
|
} catch (const std::exception &e) {
|
||||||
qCritical() << e.what();
|
qCritical() << e.what();
|
||||||
} catch (const lmdb::error &e) {
|
|
||||||
qCritical() << e.what();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cache_->isInitialized())
|
if (cache_->isInitialized())
|
||||||
|
Loading…
Reference in New Issue
Block a user