Remove unnecessary logger

This commit is contained in:
Jordi Villar 2023-04-13 14:03:05 +02:00
parent 69790b76b2
commit 3e882e0c7d

View File

@ -8,8 +8,6 @@
#include <IO/WriteHelpers.h>
#include <Common/assert_cast.h>
#include <Common/logger_useful.h>
namespace DB
{
namespace ErrorCodes