Skip to content

Commit

Permalink
wlserver: Remove some left over debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Sep 28, 2023
1 parent e42826f commit cf77310
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wlserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ void gamescope_xwayland_server_t::wayland_commit(struct wlr_surface *surf, struc
std::lock_guard<std::mutex> lock( wayland_commit_lock );

auto wl_surf = get_wl_surface_info( surf );
printf("commit: %p\n", surf);

ResListEntry_t newEntry = {
.surf = surf,
Expand Down Expand Up @@ -182,7 +181,6 @@ void xwayland_surface_commit(struct wlr_surface *wlr_surface) {
}
else
{
printf("pending commit: %p\n", wlr_surface);
g_PendingCommits.push_back(PendingCommit_t{ wlr_surface, buf });
}
}
Expand Down

0 comments on commit cf77310

Please sign in to comment.