Skip to content

Commit

Permalink
gtk: remove stray logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollie committed Jan 25, 2025
1 parent 0c2e81d commit 4cfb088
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/apprt/gtk/menu.zig
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ pub fn Menu(
fn gtkRefocusTerm(_: *MenuWidget, _: *c.GVariant, ud: ?*anyopaque) callconv(.C) bool {
const self: *Self = @ptrCast(@alignCast(ud orelse return false));

log.info("closed!!!", .{});

const window: *Window = switch (T) {
Window => self.parent,
Surface => self.parent.container.window() orelse return false,
Expand Down

0 comments on commit 4cfb088

Please sign in to comment.