diff --git a/lib/Doctrine/Hydrator/Default.php b/lib/Doctrine/Hydrator/Default.php index 08dc10caa..544383016 100644 --- a/lib/Doctrine/Hydrator/Default.php +++ b/lib/Doctrine/Hydrator/Default.php @@ -242,7 +242,7 @@ class Doctrine_Hydrator_Default extends Doctrine_Hydrator_Abstract $stmt->closeCursor(); - $e = microtime(true); + //$e = microtime(true); //echo 'Hydration took: ' . ($e - $s) . ' for '.count($result).' records
';