Do not log toolbar widget content in error log

This commit is contained in:
Hadi Nategh 2015-03-10 15:55:29 +00:00
parent aa5564d569
commit 1c8b6a5976

View File

@ -28,7 +28,6 @@ class etemplate_widget_toolbar extends etemplate_widget
public function validate($cname, array $expand, array $content, &$validated=array())
{
$form_name = self::form_name($cname, $this->id, $expand);
error_log(__METHOD__."('$cname', ".array2string($expand).", ...) $this: get_array(\$content, '$form_name')=".array2string(self::get_array($content, $form_name)));
if (!$this->is_readonly($cname, $form_name))
{