mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove debugging println from a year ago
This commit is contained in:
parent
484eee8624
commit
3c992af8a1
1 changed files with 0 additions and 1 deletions
|
@ -436,7 +436,6 @@ pub fn for_each_available_family<F>(mut callback: F) where F: FnMut(String) {
|
|||
pub fn for_each_variation<F>(family_name: &str, mut callback: F)
|
||||
where F: FnMut(String)
|
||||
{
|
||||
println!("Variatioooon {:?}", family_name);
|
||||
if let Some(family) = FONT_LIST.find_family(family_name) {
|
||||
for font in &family.fonts {
|
||||
callback(FontList::font_absolute_path(&font.filename));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue