Skip to content

Commit

Permalink
Remove now unnecessary debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tarek-y-ismail committed Sep 13, 2024
1 parent a1f9a32 commit 051a516
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/server/compositor/default_display_buffer_compositor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ bool mc::DefaultDisplayBufferCompositor::composite(mc::SceneElementSequence&& sc

if (framebuffers.size() == renderable_list.size() && display_sink.overlay(framebuffers))
{
mir::log_debug("Bypass path\n");
report->renderables_in_frame(this, renderable_list);

// TODO: This is ugly, but its here for the purpose of showing more than one or two frames
Expand All @@ -127,8 +126,6 @@ bool mc::DefaultDisplayBufferCompositor::composite(mc::SceneElementSequence&& sc
}
else
{
mir::log_debug("composite path\n");

renderer->set_output_transform(display_sink.transformation());
renderer->set_viewport(view_area);

Expand Down

0 comments on commit 051a516

Please sign in to comment.