Skip to content

Commit

Permalink
Remove interface debug statement from registrar
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Winarske <[email protected]>
  • Loading branch information
jwinarske committed Apr 29, 2024
1 parent 074879e commit 036a090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/window_manager/registrar.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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<Registrar *>(data);
auto found = (*r->registrar_global_).find(interface);
if (found != (*r->registrar_global_).end()) {
Expand Down

0 comments on commit 036a090

Please sign in to comment.