Remove testing

This commit is contained in:
Vivianne 2024-03-11 00:14:44 -04:00
parent 7dc5e34e3d
commit a0c5c3d8c2
Signed by: vv
GPG Key ID: F3E249EDFAC7BE26
1 changed files with 1 additions and 2 deletions

View File

@ -14,5 +14,4 @@
(blit! (λ (rpos cpos grapheme)
(buffer-set! buf rpos cpos grapheme))))
(draw okay? blit! 0 0)
(write-buffer buf port)
buf))
(write-buffer buf port)))