Remove extra exception catch

This commit is contained in:
Konstantinos Sideris 2017-08-05 16:27:30 +03:00
parent af0f22fc91
commit b1c7e58585
1 changed files with 0 additions and 2 deletions

View File

@ -220,8 +220,6 @@ void ChatPage::bootstrap(QString userid, QString homeserver, QString token)
cache_ = QSharedPointer<Cache>(new Cache(userid));
} catch (const std::exception &e) {
qCritical() << e.what();
} catch (const lmdb::error &e) {
qCritical() << e.what();
}
if (cache_->isInitialized())