Remove unhelpful log entry.

This commit is contained in:
JoelKatz
2013-02-06 14:09:54 -08:00
parent c4cbc509d3
commit 9cd5b82b93

View File

@@ -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);
}