From eeb7350f6cef291fa724642bd66522876976067a Mon Sep 17 00:00:00 2001 From: romanb Date: Wed, 21 Nov 2007 11:57:23 +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 6bc539959..08dc10caa 100644 --- a/lib/Doctrine/Hydrator/Default.php +++ b/lib/Doctrine/Hydrator/Default.php @@ -59,7 +59,7 @@ class Doctrine_Hydrator_Default extends Doctrine_Hydrator_Abstract */ public function hydrateResultSet($stmt, $aliasMap, $tableAliases, $hydrationMode = null) { - $s = microtime(true); + //$s = microtime(true); $this->_aliasMap = $aliasMap; $this->_tableAliases = $tableAliases;