From d1db392eeed6b85a343ce874b55cf582b2b4b039 Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 23 Aug 2013 14:01:14 +1200 Subject: [PATCH] remove debug --- CRM/Core/Form.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Core/Form.php b/CRM/Core/Form.php index 39bd65c76d..5167ab339d 100644 --- a/CRM/Core/Form.php +++ b/CRM/Core/Form.php @@ -1449,7 +1449,6 @@ class CRM_Core_Form extends HTML_QuickForm_Page { return $defaults; } catch (Exception $e) { - echo $e->getMessage(); // the try catch block gives us silent failure -not 100% sure this is a good idea // as silent failures are often worse than noisy ones return array(); -- 2.25.1