Remove leftover debug print

This commit is contained in:
Kovid Goyal
2026-04-26 12:54:29 +05:30
parent 7824b7b7f2
commit b67f479040

View File

@@ -377,7 +377,6 @@ class Rendering(FontBaseTest):
self.ae(g('a<-b'), [(1, 1), (2, 2), (1, 1)])
self.ae(g('a==>b'), [(1, 1), (3, 3), (1, 1)])
self.ae(g('a<==b'), [(1, 1), (3, 3), (1, 1)])
print(111111111, font, g('<<==='))
if 'iosevka' in font:
self.ae(g('--->'), [(4, 4)])
self.ae(g('-' * 12 + '>'), [(13, 13)])