remove debug pring

This commit is contained in:
florian HENRY 2020-04-23 13:44:23 +02:00
parent 436362502c
commit 7972174787

View File

@ -474,7 +474,6 @@ class doc_generic_task_odt extends ModelePDFTask
if (!file_exists($dir))
{
print '$dir'.$dir;
if (dol_mkdir($dir) < 0)
{
$this->error = $langs->transnoentities("ErrorCanNotCreateDir", $dir);