remove error logs

This commit is contained in:
Almira Krdzic
2018-11-04 14:14:55 +01:00
parent 0b54ce54f8
commit 3011c49474
3 changed files with 2 additions and 8 deletions

View File

@@ -291,8 +291,6 @@ class Wiaas_Delivery_Process_Action {
$file_paths = json_decode($action_entry[$acceptance_documents_field->id]);
error_log($action_entry[$acceptance_documents_field->id]);
$documents = array();
foreach ($file_paths as $file_path) {