commented out a test line
This commit is contained in:
parent
eeb7350f6c
commit
205c50ea39
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class Doctrine_Hydrator_Default extends Doctrine_Hydrator_Abstract
|
||||||
|
|
||||||
$stmt->closeCursor();
|
$stmt->closeCursor();
|
||||||
|
|
||||||
$e = microtime(true);
|
//$e = microtime(true);
|
||||||
|
|
||||||
//echo 'Hydration took: ' . ($e - $s) . ' for '.count($result).' records<br />';
|
//echo 'Hydration took: ' . ($e - $s) . ' for '.count($result).' records<br />';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue