From 6097c39ea5cf5c42e67a64b5a4dcd16ec46b2364 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 14 Oct 2014 16:11:56 +0000 Subject: [PATCH] Silence debug --- importexport/inc/class.importexport_definitions_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importexport/inc/class.importexport_definitions_ui.inc.php b/importexport/inc/class.importexport_definitions_ui.inc.php index a9af27a3e1..0a42f7f087 100644 --- a/importexport/inc/class.importexport_definitions_ui.inc.php +++ b/importexport/inc/class.importexport_definitions_ui.inc.php @@ -512,7 +512,7 @@ class importexport_definitions_ui if(is_array($content) &&! $content['edit']) { if(self::_debug) error_log('importexport.wizard->$content '. print_r($content,true)); - foreach($content as $key => $val) error_log(" $key : ".array2string($val)); + //foreach($content as $key => $val) error_log(" $key : ".array2string($val)); // fetch plugin object if($content['plugin'] && $content['application']) {