Skip to content

Commit

Permalink
rm dump
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerrlongg committed Sep 25, 2024
1 parent d02b993 commit b69596a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/AssetModelsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ private function assignCustomFieldsDefaultValues(AssetModel|SnipeModel $model, a

if($validator->fails()){
$this->validatorErrors = $validator->errors();
dump($this->validatorErrors);
return false;
}

Expand Down

0 comments on commit b69596a

Please sign in to comment.