(cobra to sentry) remove noisy logging

This commit is contained in:
Benjamin Sergeant 2020-01-31 16:07:36 -08:00
parent 3d401fbc8d
commit bbe744a323
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,10 @@
# Changelog # Changelog
All changes to this project will be documented in this file. 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 ## [8.0.3] - 2020-01-30
(ixcobra) check if we are authenticated in publishNext before trying to publish a message (ixcobra) check if we are authenticated in publishNext before trying to publish a message

View File

@ -6,4 +6,4 @@
#pragma once #pragma once
#define IX_WEBSOCKET_VERSION "8.0.3" #define IX_WEBSOCKET_VERSION "8.0.4"

View File

@ -58,8 +58,6 @@ namespace ix
std::random_shuffle(games.begin(), games.end()); std::random_shuffle(games.begin(), games.end());
std::string game = games[0]; std::string game = games[0];
spdlog::info("Sending event for game '{}'", game);
_condition.wait(lock, [this] { return !_stop; }); _condition.wait(lock, [this] { return !_stop; });
if (_queues[game].empty()) if (_queues[game].empty())