diff --git a/client/src/ui.c b/client/src/ui.c index 58cd1606a..f4e9ec9a6 100644 --- a/client/src/ui.c +++ b/client/src/ui.c @@ -314,7 +314,7 @@ static void fPrintAndLog(FILE *stream, const char *fmt, ...) { if (g_printAndLog & PRINTANDLOG_PRINT) { memcpy_filter_emoji(buffer3, buffer2, sizeof(buffer2), session.emoji_mode); fprintf(stream, "%s", buffer3); - fprintf(stream, " "); // cleaning prompt +// fprintf(stream, " "); // cleaning prompt fprintf(stream, "\n"); }