From 158767b5b4679a476c8b7bd6e87d32e5875b4c68 Mon Sep 17 00:00:00 2001 From: Viktar Lukashonak Date: Mon, 8 Jan 2024 22:26:13 +0300 Subject: [PATCH] Drop break point Signed-off-by: Viktar Lukashonak --- src/bar.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bar.cpp b/src/bar.cpp index 394610a6..ce305d88 100644 --- a/src/bar.cpp +++ b/src/bar.cpp @@ -678,10 +678,6 @@ void waybar::Bar::onMap() { * Obtain a pointer to the custom layer surface for modules that require it (idle_inhibitor). */ gdk_surface_ = window.get_surface(); - if (gdk_surface_) - spdlog::info("Pointer is defined\n"); - else - spdlog::info("Pointer is null\n"); surface = gdk_wayland_surface_get_wl_surface(gdk_surface_->gobj()); configureGlobalOffset(gdk_surface_->get_width(), gdk_surface_->get_height()); gdk_surface_->signal_layout().connect(sigc::mem_fun(*this, &Bar::onConfigure));