From 205c50ea395fdacf3e6bb20c1d3afbde06aa78f5 Mon Sep 17 00:00:00 2001 From: romanb Date: Wed, 21 Nov 2007 11:58:39 +0000 Subject: [PATCH] commented out a test line --- lib/Doctrine/Hydrator/Default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
';