diff --git a/src/gmnlm.c b/src/gmnlm.c
index b5bb3895841528893eade2dc36e0ae39ab18a00c..99d301ea8b5908cd34903386298d2b1fd9b821c6 100644
--- a/src/gmnlm.c
+++ b/src/gmnlm.c
@@ -364,7 +364,6 @@ return NULL;
}
input[n - 1] = '\0'; // Drop LF
if (tty && resp->status == GEMINI_STATUS_SENSITIVE_INPUT && r != -1) {
- attrs.c_lflag &= ~ECHO;
tcsetattr(fileno(source), TCSANOW, &attrs);
}
return input;