Skip to content

Commit

Permalink
tty: Remove assert on needs_sync
Browse files Browse the repository at this point in the history
cosmic-comp doesn't do anything with it.
  • Loading branch information
YaLTeR committed Oct 2, 2023
1 parent 5b6b3fc commit 2d3d0ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/backend/tty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,6 @@ impl Tty {
BACKGROUND_COLOR,
) {
Ok(res) => {
assert!(!res.needs_sync());

if self
.config
.borrow()
Expand Down

0 comments on commit 2d3d0ce

Please sign in to comment.