aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2020-03-30 01:41:47 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2020-05-06 18:27:23 +0000
commit70609d76814bfd1dcabb813d45bbd367597aaa95 (patch)
treea3b3f20bd2375a96614ec6fd81c5495061f5ffb5 /src/cryptonote_core
parentMerge pull request #6470 (diff)
downloadmonero-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.cpp2
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;