diff --git a/src/commands/CmdDiagnostics.cpp b/src/commands/CmdDiagnostics.cpp index a2b2435c1..b4ba3d8a5 100644 --- a/src/commands/CmdDiagnostics.cpp +++ b/src/commands/CmdDiagnostics.cpp @@ -122,8 +122,6 @@ int CmdDiagnostics::execute (std::string& output) out << bold.colorize ("Build Features") << '\n' - // Build date. - << " Built: " << __DATE__ << ' ' << __TIME__ << '\n' #ifdef HAVE_COMMIT << " Commit: " << COMMIT << '\n' #endif