mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Remove extra exception catch
This commit is contained in:
parent
af0f22fc91
commit
b1c7e58585
1 changed files with 0 additions and 2 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue