diff --git a/src/fterm.cpp b/src/fterm.cpp index c59fa6cb..e94cc2b6 100644 --- a/src/fterm.cpp +++ b/src/fterm.cpp @@ -1503,7 +1503,6 @@ void FTerm::init() setNonBlockingInput(); xterm_font = new FString(getXTermFont()); xterm_title = new FString(getXTermTitle()); -::printf("(%s)",xterm_title->c_str()); fflush(stdout); sleep(2); unsetNonBlockingInput(); }