Disable debug output

This commit is contained in:
Igor Nikonov 2023-02-15 21:26:00 +00:00
parent 766f04b04c
commit cb89fccac6

View File

@ -25,7 +25,7 @@ namespace DB::QueryPlanOptimizations
namespace
{
constexpr bool debug_logging_enabled = true;
constexpr bool debug_logging_enabled = false;
template <typename T>
void logDebug(String key, const T & value, const char * separator = " : ")