summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-05 16:27:30 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-05 16:27:30 +0300
commitb1c7e58585f15bb89ccd7f0c1a409b07d80e070b (patch)
tree683dc0a6a55defb3811b13608a58d90d9c17d504 /src
parentKeep fetching history until the scrollbar gets activated (diff)
downloadnheko-b1c7e58585f15bb89ccd7f0c1a409b07d80e070b.tar.xz
Remove extra exception catch
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())