Update dist_sink.h

This commit is contained in:
Gabi Melman 2019-06-26 01:25:06 +03:00 committed by GitHub
parent 65c4f955a6
commit 3d069f7b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,6 @@ public:
protected:
void sink_it_(const details::log_msg &msg) override
{
for (auto &sink : sinks_)
{
if (sink->should_log(msg.level))