diff options
Diffstat (limited to 'SubscriptionManager.cpp')
-rw-r--r-- | SubscriptionManager.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/SubscriptionManager.cpp b/SubscriptionManager.cpp index e9830df..a6f35c5 100644 --- a/SubscriptionManager.cpp +++ b/SubscriptionManager.cpp @@ -234,9 +234,7 @@ void Subscriber::SendUpdate(std::string msg, bool isNav) Poco::Net::HTTPResponse response; session.receiveResponse(response); - } catch (Poco::Exception& e) { - std::cout << e.displayText() << std::endl; - } + } catch (Poco::Exception& e) {} } ActionManager::ActionManager() {} |