Server: remove debug leftover

This commit is contained in:
tiosgz 2023-03-23 20:45:56 +00:00 committed by Isaac Freund
parent 3865a7be7c
commit e207a0e03a
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11

View File

@ -291,8 +291,6 @@ fn handleRequestActivate(
) void { ) void {
const server = @fieldParentPtr(Self, "request_activate", listener); const server = @fieldParentPtr(Self, "request_activate", listener);
std.debug.print("made it here ig\n", .{});
const node_data = SceneNodeData.fromSurface(event.surface) orelse return; const node_data = SceneNodeData.fromSurface(event.surface) orelse return;
switch (node_data.data) { switch (node_data.data) {
.view => |view| if (view.current.focus == 0) { .view => |view| if (view.current.focus == 0) {