mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Remove debug print
This commit is contained in:
@@ -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(()) => {
|
||||
|
||||
Reference in New Issue
Block a user