From 404c318cc61459456d6adcd8350001d912fcb467 Mon Sep 17 00:00:00 2001 From: DemeritCowboy Date: Tue, 5 Nov 2019 15:17:02 -0500 Subject: [PATCH] remove debugging code --- CRM/Case/Audit/Audit.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CRM/Case/Audit/Audit.php b/CRM/Case/Audit/Audit.php index f58660fef3..be04913b84 100644 --- a/CRM/Case/Audit/Audit.php +++ b/CRM/Case/Audit/Audit.php @@ -220,12 +220,6 @@ class CRM_Case_Audit_Audit { * @return mixed */ public static function run($xmlString, $clientID, $caseID, $printReport = FALSE) { - /* - $fh = fopen('C:/temp/audit2.xml', 'w'); - fwrite($fh, $xmlString); - fclose($fh); - */ - $audit = new CRM_Case_Audit_Audit($xmlString, 'audit.conf.xml'); $activities = $audit->getActivities($printReport); -- 2.25.1