mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
Remove unhelpful log entry.
This commit is contained in:
@@ -17,7 +17,6 @@ int upTime()
|
||||
static time_t firstCall = time(NULL);
|
||||
if (uptimePtr != NULL)
|
||||
return *uptimePtr;
|
||||
cLog(lsTRACE) << "Slow uptime in use";
|
||||
return static_cast<int>(time(NULL) - firstCall);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user