mirror of
https://github.com/wez/wezterm.git
synced 2024-12-29 16:42:13 +03:00
window: remove debug print on x11
This commit is contained in:
parent
6a96b7ddea
commit
0e95f00a52
@ -116,8 +116,6 @@ impl WindowInner {
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
eprintln!("paint {:?}", rect);
|
|
||||||
|
|
||||||
let mut context = X11GraphicsContext {
|
let mut context = X11GraphicsContext {
|
||||||
buffer: &mut self.buffer_image,
|
buffer: &mut self.buffer_image,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user