diff --git a/src/sbbs3/con_out.cpp b/src/sbbs3/con_out.cpp
index 4e73837aba39eaa5509112148d3f4a3d8bfeb5c2..c67d83e10cedaab396761ca834acb59c3e649ebc 100644
--- a/src/sbbs3/con_out.cpp
+++ b/src/sbbs3/con_out.cpp
@@ -229,8 +229,6 @@ void sbbs_t::outchar(char ch)
 #endif
 
 	if(online==ON_REMOTE && console&CON_R_ECHO) {
-		/* TODO: If this replaces spaces, destructive backspace won't work */
-		/* if it doesn't, a space is displayed as a space */
 		if(console&CON_R_ECHOX && (uchar)ch>=' ' && !outchar_esc) {
 			ch=text[YN][3];
 			if(text[YN][2]==0 || ch==0) ch='X';