From bbe744a3232890d64c70b578c02d549d6f1d3bac Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Fri, 31 Jan 2020 16:07:36 -0800 Subject: [PATCH] (cobra to sentry) remove noisy logging --- docs/CHANGELOG.md | 4 ++++ ixwebsocket/IXWebSocketVersion.h | 2 +- ws/ws_cobra_to_sentry.cpp | 2 -- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6b95c61c..75c0a3e8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All changes to this project will be documented in this file. +## [8.0.4] - 2020-01-31 + +(cobra to sentry) remove noisy logging + ## [8.0.3] - 2020-01-30 (ixcobra) check if we are authenticated in publishNext before trying to publish a message diff --git a/ixwebsocket/IXWebSocketVersion.h b/ixwebsocket/IXWebSocketVersion.h index 0c6959f9..7ce5f01a 100644 --- a/ixwebsocket/IXWebSocketVersion.h +++ b/ixwebsocket/IXWebSocketVersion.h @@ -6,4 +6,4 @@ #pragma once -#define IX_WEBSOCKET_VERSION "8.0.3" +#define IX_WEBSOCKET_VERSION "8.0.4" diff --git a/ws/ws_cobra_to_sentry.cpp b/ws/ws_cobra_to_sentry.cpp index 484b501f..8aed37aa 100644 --- a/ws/ws_cobra_to_sentry.cpp +++ b/ws/ws_cobra_to_sentry.cpp @@ -58,8 +58,6 @@ namespace ix std::random_shuffle(games.begin(), games.end()); std::string game = games[0]; - spdlog::info("Sending event for game '{}'", game); - _condition.wait(lock, [this] { return !_stop; }); if (_queues[game].empty())