mirror of
https://github.com/friendica/friendica
synced 2024-12-22 21:08:07 +01:00
Reverting accidentally commited test
This commit is contained in:
parent
b8682190de
commit
c352af8eda
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class Profiler implements ContainerInterface
|
|||
$output .= "\nDatabase Read:\n";
|
||||
foreach ($this->callstack["database"] as $func => $time) {
|
||||
$time = round($time, 3);
|
||||
if ($time > 0.001) {
|
||||
if ($time > 0) {
|
||||
$output .= $func . ": " . $time . "\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue