diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-03-30 01:41:47 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-05-06 18:27:23 +0000 |
commit | 70609d76814bfd1dcabb813d45bbd367597aaa95 (patch) | |
tree | a3b3f20bd2375a96614ec6fd81c5495061f5ffb5 /src/cryptonote_core | |
parent | Merge pull request #6470 (diff) | |
download | monero-70609d76814bfd1dcabb813d45bbd367597aaa95.tar.xz |
cryptonote_core: take out the time based upgrade warning
It doesn't really work anymore since we don't have a fork soon
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 3ff3c77e2..b8caeefd9 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -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; |