diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-05-07 10:44:34 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-05-07 10:44:34 -0500 |
commit | 77a008f71454ce4dd4bce033bc0319a49e2cec51 (patch) | |
tree | f5905e66da820284929bd3e9ec26c62037211418 | |
parent | Merge pull request #6506 (diff) | |
parent | cryptonote_core: take out the time based upgrade warning (diff) | |
download | monero-77a008f71454ce4dd4bce033bc0319a49e2cec51.tar.xz |
Merge pull request #6510
70609d7 cryptonote_core: take out the time based upgrade warning (moneromooo-monero)
-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 c1f9927a9..0f8bde3e9 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -1683,8 +1683,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; |