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:
moneromooo-monero 2020-03-30 01:41:47 +00:00
parent 378cdeaeae
commit 70609d7681
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 0 additions and 2 deletions

View File

@ -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;