diff options
Diffstat (limited to 'src/main/main.cpp')
| -rw-r--r-- | src/main/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp index 975b42cf..bc8f00a9 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -275,7 +275,6 @@ Verify update binary using 'shasum'-compatible (SHA256 algo) output signed by tw if (logLevelOk && logLevel >= 0 && logLevel <= Monero::WalletManagerFactory::LogLevel_Max){ Monero::WalletManagerFactory::setLogLevel(logLevel); } - qWarning().noquote() << "app startd" << "(log: " + logger.logFilePath() + ")"; if (parser.isSet(verifyUpdateOption)) { |
