Private GIT

Skip to content
Snippets Groups Projects
Commit ec159bda authored by Lionel Assepo's avatar Lionel Assepo
Browse files

* Remove debug

parent 9ba781e2
Branches
Tags
No related merge requests found
...@@ -205,8 +205,6 @@ class HostController extends FormController ...@@ -205,8 +205,6 @@ class HostController extends FormController
$givenParameters['host_alias'] = $givenParameters['host_name']; $givenParameters['host_alias'] = $givenParameters['host_name'];
} }
var_dump($macroList);
die();
if (count($macroList) > 0) { if (count($macroList) > 0) {
CustomMacroRepository::saveHostCustomMacro($givenParameters['object_id'], $macroList); CustomMacroRepository::saveHostCustomMacro($givenParameters['object_id'], $macroList);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment