diff --git a/src/ui/inputwidget.c b/src/ui/inputwidget.c

index 2f0cabbb..e0272a5d 100644

--- a/src/ui/inputwidget.c

+++ b/src/ui/inputwidget.c

@@ -1091,7 +1091,6 @@ void setCursor_InputWidget(iInputWidget *d, iInt2 pos) {

 pos.x = iClamp(pos.x, 0, endX_InputWidget_(d, pos.y));

 d->cursor = pos;

 iChar ch = at_InputWidget_(d, pos);

- printf("cursor x:%d ch:%08x (%lc)\n", pos.x, ch, (int)ch);

 /* Update selection. */

 if (isMarking_()) {

     if (isEmpty_Range(&d->mark)) {

Proxy Information
Original URL
gemini://git.skyjake.fi/lagrange/work%2Fv1.15/pcdiff/9753727d06521c324d75a64059dda80e5b61e2a2
Status Code
Success (20)
Meta
text/plain
Capsule Response Time
42.863008 milliseconds
Gemini-to-HTML Time
0.331737 milliseconds

This content has been proxied by September (ba2dc).