Comment out debug message
This commit is contained in:
parent
4d620c3d30
commit
5b526216f1
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ impl<'a> FontMatches<'a> {
|
|||
|
||||
let span = &line[start_span..end_span];
|
||||
|
||||
println!("Span {}: '{}'", if span_rtl { "RTL" } else { "LTR" }, span);
|
||||
//println!("Span {}: '{}'", if span_rtl { "RTL" } else { "LTR" }, span);
|
||||
|
||||
let mut words = vec![
|
||||
self.shape_word(0, line, start_span, end_span),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue