Fixing logging (#1146)

* Fixing logging

* Removing logs
This commit is contained in:
Gopesh Bhardwaj
2024-10-24 12:03:16 +05:30
committed by GitHub
parent dd71131114
commit 42765c35a2
2 changed files with 1 additions and 2 deletions
@@ -404,7 +404,6 @@ QueueController*
get_queue_controller()
{
static auto*& controller = common::static_object<QueueController>::construct();
LOG(ERROR) << (uint64_t) controller;
return controller;
}