summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChatPage.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ChatPage.cc b/src/ChatPage.cc

index dbfa7c5c..5862e559 100644 --- a/src/ChatPage.cc +++ b/src/ChatPage.cc
@@ -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())