From: Eileen McNaughton Date: Tue, 14 Apr 2015 07:15:56 +0000 (+1200) Subject: whitespace fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=56b0b68e7208a7dad2f81ba3f24e248c5841fdb5;p=civicrm-core.git whitespace fix --- diff --git a/CRM/Contact/Form/Relationship.php b/CRM/Contact/Form/Relationship.php index c72acf79b9..275b27b66c 100644 --- a/CRM/Contact/Form/Relationship.php +++ b/CRM/Contact/Form/Relationship.php @@ -451,7 +451,6 @@ class CRM_Contact_Form_Relationship extends CRM_Core_Form { $this->setMessage($outcome); } - // if this is called from case view, //create an activity for case role removal.CRM-4480 // @todo this belongs in the BAO.