mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
cryptonote_core: take out the time based upgrade warning
It doesn't really work anymore since we don't have a fork soon
This commit is contained in:
parent
378cdeaeae
commit
70609d7681
@ -1682,8 +1682,6 @@ namespace cryptonote
|
||||
MCLOG_RED(level, "global", "**********************************************************************");
|
||||
break;
|
||||
case HardFork::UpdateNeeded:
|
||||
level = el::Level::Info;
|
||||
MCLOG(level, "global", el::Color::Default, "Last scheduled hard fork time suggests a daemon update will be released within the next couple months.");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user