mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-05 23:51:29 +02:00
Remove leftover debug print
This commit is contained in:
@@ -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)])
|
||||
|
||||
Reference in New Issue
Block a user