diff --git a/src/Audit/MissingModules.php b/src/Audit/MissingModules.php index 06c7c26..e9b0f4a 100644 --- a/src/Audit/MissingModules.php +++ b/src/Audit/MissingModules.php @@ -53,7 +53,7 @@ public function audit(Sandbox $sandbox) { return "Cannot file {$row['type']} `{$row['name']}`. Expected to be in {$row['filename']}."; }, $rows))); - print_r($sandbox->getParameter('messages')); + $sandbox->getParameter('messages'); return empty($rows); }