From 198d3e2b09e0c5ae907bb9e587f3234f98a5fa6a Mon Sep 17 00:00:00 2001 From: vivekarora Date: Sat, 23 Nov 2013 11:02:42 +0530 Subject: [PATCH] Removed debugging code --- tests/phpunit/CRM/Extension/Manager/ModuleTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/CRM/Extension/Manager/ModuleTest.php b/tests/phpunit/CRM/Extension/Manager/ModuleTest.php index b81969494c..09cff7b835 100644 --- a/tests/phpunit/CRM/Extension/Manager/ModuleTest.php +++ b/tests/phpunit/CRM/Extension/Manager/ModuleTest.php @@ -252,7 +252,6 @@ class CRM_Extension_Manager_ModuleTest extends CiviUnitTestCase { $basedir = $this->basedir; mkdir("$basedir/$key"); file_put_contents("$basedir/$key/info.xml", "$file"); - print_r(array('creating extension', strtr($template, array('_FILE_' => $file)))); file_put_contents("$basedir/$key/$file.php", strtr($template, array('_FILE_' => $file))); $this->system->getCache()->flush(); $this->system->getManager()->refresh(); -- 2.25.1