Silence debug

This commit is contained in:
Nathan Gray 2014-10-14 16:11:56 +00:00
parent 08e1ce3c9e
commit 6097c39ea5

View File

@ -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'])
{