From 2b5c3615fde7494bd030de0e6eb4d8c4de2075a1 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 28 Mar 2017 03:25:53 +0300 Subject: [PATCH] Update async_log_helper.h --- include/spdlog/details/async_log_helper.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/spdlog/details/async_log_helper.h b/include/spdlog/details/async_log_helper.h index 92a0f4cd..f253d364 100644 --- a/include/spdlog/details/async_log_helper.h +++ b/include/spdlog/details/async_log_helper.h @@ -9,8 +9,6 @@ // If the internal queue of log messages reaches its max size, // then the client call will block until there is more room. // -// If the back thread throws during logging, a spdlog::spdlog_ex exception -// will be thrown in client's thread when tries to log the next message #pragma once