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