mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Remove spurious debug statement
This commit is contained in:
parent
451828bce0
commit
952d0ce2f1
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@ extern fn glyph_h_advance_func(_font: *hb_font_t,
|
|||
_user_data: *c_void) -> hb_position_t unsafe {
|
||||
let font: *Font = font_data as *Font;
|
||||
assert font.is_not_null();
|
||||
debug!("font_data = %?", font_data);
|
||||
|
||||
let advance = (*font).glyph_h_advance(glyph as GlyphIndex);
|
||||
float_to_fixed_hb(advance)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue