[DoctrineMongoDBBundle] Removing left-over debug code.

This commit is contained in:
Ryan Weaver 2011-02-20 05:24:51 -06:00
parent 0fe6f13be8
commit 62cc35228c

View File

@ -125,8 +125,6 @@ class ConfigurationTest extends \PHPUnit_Framework_TestCase
)
);
//var_dump($options);
$this->assertEquals($expected, $options);
}
@ -297,4 +295,4 @@ class ConfigurationTest extends \PHPUnit_Framework_TestCase
),
);
}
}
}