Index: trunk/phase3/includes/profiler/ProfilerSimpleText.php |
— | — | @@ -27,7 +27,6 @@ |
28 | 28 | |
29 | 29 | public function logData() { |
30 | 30 | if($this->mTemplated) { |
31 | | - $this->collateData(); |
32 | 31 | uasort($this->mCollated,array('self','sort')); |
33 | 32 | array_walk($this->mCollated,array('self','format')); |
34 | 33 | if ($this->visible) { |