remove debug

This commit is contained in:
Florian HENRY
2021-03-02 23:13:05 +01:00
parent 30c6e268a1
commit 4e5849e50b
2 changed files with 1 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ $reshook = $hookmanager->executeHooks('formObjectOptions', $parameters, $object,
print $hookmanager->resPrint;
if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
//var_dump($extrafields->attributes[$object->table_element]);
if (empty($reshook) && is_array($extrafields->attributes[$object->table_element]['label']))
{

View File

@@ -708,7 +708,6 @@ class Project extends CommonObject
/* Return array even if empty*/
return $elements;
} else {
//$this->error = $this->db->error;
dol_print_error($this->db);
}
}