mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 22:24:47 +03:00
Remove stray print statements
This commit is contained in:
parent
48d0402aa0
commit
dba3c82530
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -44,4 +44,3 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
|
||||
|
@ -91,11 +91,9 @@ impl FontSystemState {
|
||||
let mut font_ids = Vec::new();
|
||||
for font in self.source.select_family_by_name(name)?.fonts() {
|
||||
let font = font.load()?;
|
||||
eprintln!("load font {:?}", font);
|
||||
font_ids.push(FontId(self.fonts.len()));
|
||||
self.fonts.push(font);
|
||||
}
|
||||
eprintln!("font ids: {:?}", font_ids);
|
||||
Ok(font_ids)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user