mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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)
|
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');
|
||||||
|
|
Loading…
Reference in a new issue