mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Removed debug line
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f2dddc1226
commit
d2e7e11dca
|
@ -307,7 +307,6 @@ final class Company extends SnipeModel
|
|||
*/
|
||||
public static function scopeCompanyableChildren(array $companyable_names, $query)
|
||||
{
|
||||
\Log::debug('Company Names in scopeCompanyableChildren: '.print_r($companyable_names, true));
|
||||
|
||||
if (count($companyable_names) == 0) {
|
||||
throw new Exception('No Companyable Children to scope');
|
||||
|
|
Loading…
Reference in a new issue