Removed some old dbgs and comments
This commit is contained in:
parent
523e565b9b
commit
6675c96c8a
2 changed files with 4 additions and 5 deletions
|
@ -427,7 +427,7 @@ fn make_text_style(font_cache: &FontCache, settings: &Settings) -> TextStyle {
|
|||
.terminal_overrides
|
||||
.font_family
|
||||
.as_ref()
|
||||
.and_then(|family_name| dbg!(font_cache.load_family(&[family_name]).log_err()))
|
||||
.and_then(|family_name| font_cache.load_family(&[family_name]).log_err())
|
||||
.or_else(|| {
|
||||
settings
|
||||
.terminal_defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue