SyntaxConformanceAllEntitiesTest - Remove debug code
authorTim Otten <totten@civicrm.org>
Mon, 15 Apr 2013 01:14:53 +0000 (18:14 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 15 Apr 2013 01:14:53 +0000 (18:14 -0700)
tests/phpunit/api/v3/SyntaxConformanceAllEntitiesTest.php

index 58ce0a7c15750a0eedeb1eaf0443e242845c8d6b..a820b51119371d72d5c2260fddbff0aafecd14da 100644 (file)
@@ -403,8 +403,6 @@ class api_v3_SyntaxConformanceAllEntitiesTest extends CiviUnitTestCase {
 
     if ($result['is_error']) {
       // just to get a clearer message in the log
-      print_r($result);
-      die;
       $this->assertEquals("only id should be enough", $result['error_message']);
     }
     if (!in_array($Entity, $this->onlyIDNonZeroCount['get'])) {