diff options
author | Andrew Chow <achow101-github@achow101.com> | 2017-09-05 12:48:58 -0700 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-04-26 15:33:11 +0200 |
commit | 2ae705d84178fb9faa49f92091206e92379a2c63 (patch) | |
tree | 696da3263cf74554ce09ec79343841a62b4accd7 /src/warnings.cpp | |
parent | eac067ad5962146397f598b5ee7150f07cfaa377 (diff) |
Remove Safe mode
Diffstat (limited to 'src/warnings.cpp')
-rw-r--r-- | src/warnings.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/warnings.cpp b/src/warnings.cpp index 572c766600..8eeaec1cba 100644 --- a/src/warnings.cpp +++ b/src/warnings.cpp @@ -51,9 +51,6 @@ std::string GetWarnings(const std::string& strFor) strGUI = _("This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"); } - if (gArgs.GetBoolArg("-testsafemode", DEFAULT_TESTSAFEMODE)) - strStatusBar = strRPC = strGUI = "testsafemode enabled"; - // Misc warnings like out of disk space and clock is wrong if (strMiscWarning != "") { |