Skip to content

Commit fe974e5

Browse files
committed
Based on response elapsed time add additional data to response
1 parent c06ba5a commit fe974e5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/Profiler.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ private function shouldLogProfiler($httpCode, $responseElapsedTime)
101101
return self::LOG_ERRORS_ONLY && substr($httpCode, 0, 1) != 2;
102102
}
103103

104-
public function shouldLogProfilerOutput($responseElapsedTimeInMs)
105-
{
106-
return $responseElapsedTimeInMs > $this->threshold;
107-
}
108-
109104
/**
110105
* @return array
111106
*/

0 commit comments

Comments
 (0)