1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-13 07:22:52 +03:00

window: remove debug print on x11

This commit is contained in:
Wez Furlong 2019-10-24 16:03:32 -07:00
parent 6a96b7ddea
commit 0e95f00a52

View File

@ -116,8 +116,6 @@ impl WindowInner {
),
);
eprintln!("paint {:?}", rect);
let mut context = X11GraphicsContext {
buffer: &mut self.buffer_image,
};