Comment out debug message

This commit is contained in:
Jeremy Soller 2022-10-07 14:24:21 -06:00
parent 4d620c3d30
commit 5b526216f1
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -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),