From: eileen Date: Fri, 23 Aug 2013 02:01:14 +0000 (+1200) Subject: remove debug X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d1db392eeed6b85a343ce874b55cf582b2b4b039;p=civicrm-core.git remove debug --- 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();