Skip to content

Commit

Permalink
Removing a poor console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Sep 5, 2023
1 parent 9dadc7b commit 29e6ab7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platforms/gbm-kms/server/kms/real_kms_output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,6 @@ std::shared_ptr<mgg::KMSOutputContentMap> mgg::RealKMSOutput::map_content() cons
if (!map)
continue;

mir::log_info("Got one!");
return map;
}

Expand Down

0 comments on commit 29e6ab7

Please sign in to comment.