mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Remove build date/time from diagnostic message
This message does not really help, and makes the binary non-deterministic.
This commit is contained in:
parent
e762306563
commit
3672ed0c1b
1 changed files with 0 additions and 2 deletions
|
@ -122,8 +122,6 @@ int CmdDiagnostics::execute (std::string& output)
|
||||||
out << bold.colorize ("Build Features")
|
out << bold.colorize ("Build Features")
|
||||||
<< '\n'
|
<< '\n'
|
||||||
|
|
||||||
// Build date.
|
|
||||||
<< " Built: " << __DATE__ << ' ' << __TIME__ << '\n'
|
|
||||||
#ifdef HAVE_COMMIT
|
#ifdef HAVE_COMMIT
|
||||||
<< " Commit: " << COMMIT << '\n'
|
<< " Commit: " << COMMIT << '\n'
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue