Update android_sink.h

Removed redundant check
pull/132/head
Gabi Melman 10 years ago
parent b2e948c23f
commit ccc66db7fc

@ -55,10 +55,6 @@ public:
protected:
void _sink_it(const details::log_msg& msg) override
{
if (msg.level == spdlog::level::off)
{
return;
}
const android_LogPriority priority = convert_to_android(msg.level);
const int expected_size = msg.formatted.size();
const int size = __android_log_write(

Loading…
Cancel
Save