Remove debug print

This commit is contained in:
Ivan Molodetskikh
2023-08-14 17:28:00 +04:00
parent b5c02253ff
commit 5156805c62
-1
View File
@@ -90,7 +90,6 @@ impl Backend for Tty {
) {
Ok(res) => {
assert!(!res.needs_sync());
// debug!("{:?}", res);
if res.damage.is_some() {
match drm_compositor.queue_frame(()) {
Ok(()) => {