diff --git a/module/schools/src/Action/Software/PersistSoftware.php b/module/schools/src/Action/Software/PersistSoftware.php index ca10a399a9cd147aba1890fc5823eae2b021cccc..41dd1c22a75a2968a69a8c9ac3b7f5457fbd18d4 100644 --- a/module/schools/src/Action/Software/PersistSoftware.php +++ b/module/schools/src/Action/Software/PersistSoftware.php @@ -38,7 +38,6 @@ class PersistSoftware $params['school_id'] = $school->id; $id = $params['id']; unset($params['id']); - error_log(print_r($this->softwareService, TRUE)); try { if ($id) { $software= $this->softwareService->updateSoftware($params, $id);