remove accidental debug stmt
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Wed, 19 Oct 2016 04:49:22 +0000 (10:19 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Wed, 19 Oct 2016 04:49:22 +0000 (10:19 +0530)
CRM/Case/Page/Tab.php

index 97d819e12aa43f8346b21ed67a68f14192938349..f8925c7d9f857b5338cd2025551cf61e6dd9626c 100644 (file)
@@ -246,7 +246,6 @@ class CRM_Case_Page_Tab extends CRM_Core_Page {
    */
   public static function setContext(&$form) {
     $context = $form->get('context');
-    CRM_Core_Error::Debug("context", $context);
     $url = NULL;
 
     $qfKey = CRM_Utils_Request::retrieve('key', 'String', $form);