diff --git a/src/window_manager/registrar.cc b/src/window_manager/registrar.cc index c0826e5..78e6346 100644 --- a/src/window_manager/registrar.cc +++ b/src/window_manager/registrar.cc @@ -163,7 +163,6 @@ void Registrar::registry_handle_global(void *data, const char *interface, uint32_t version) { SPDLOG_TRACE("++Registrar::registry_handle_global()\t\n\t{}: {}", interface, version); - SPDLOG_DEBUG("interface: {}", interface); auto r = static_cast(data); auto found = (*r->registrar_global_).find(interface); if (found != (*r->registrar_global_).end()) {