Skip to content

Commit d72bee8

Browse files
author
icefox
committed
remove log statements
1 parent 0c360e6 commit d72bee8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/core/linux/Wayland.zig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,6 @@ const xdg_surface_listener = struct {
810810
const wl = &core_window.native.?.wayland;
811811

812812
if (!wl.configured) {
813-
std.log.debug("not configure\n", .{});
814813
wl.configured = true;
815814
core_ptr.windows.setValue(window_id, core_window);
816815
// core_window = core_ptr.windows.getValue(window_id);
@@ -819,9 +818,7 @@ const xdg_surface_listener = struct {
819818

820819
setContentAreaOpaque(wl, Core.Size{ .width = core_window.width, .height = core_window.height });
821820

822-
std.log.debug("configure\n", .{});
823821
if (core_window.framebuffer_width != core_window.width or core_window.framebuffer_height != core_window.height) {
824-
std.log.debug("recreating\n", .{});
825822
core_window.framebuffer_width = core_window.width;
826823
core_window.framebuffer_height = core_window.height;
827824

0 commit comments

Comments
 (0)