tty: Remove assert on needs_sync

cosmic-comp doesn't do anything with it.
This commit is contained in:
Ivan Molodetskikh
2023-10-02 10:54:05 +04:00
parent 5b6b3fcfbe
commit 2d3d0ce165
-2
View File
@@ -793,8 +793,6 @@ impl Tty {
BACKGROUND_COLOR, BACKGROUND_COLOR,
) { ) {
Ok(res) => { Ok(res) => {
assert!(!res.needs_sync());
if self if self
.config .config
.borrow() .borrow()