Removed debug line

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-05-13 12:48:28 +01:00
parent f2dddc1226
commit d2e7e11dca

View file

@ -307,7 +307,6 @@ final class Company extends SnipeModel
*/ */
public static function scopeCompanyableChildren(array $companyable_names, $query) public static function scopeCompanyableChildren(array $companyable_names, $query)
{ {
\Log::debug('Company Names in scopeCompanyableChildren: '.print_r($companyable_names, true));
if (count($companyable_names) == 0) { if (count($companyable_names) == 0) {
throw new Exception('No Companyable Children to scope'); throw new Exception('No Companyable Children to scope');