mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
Removed unused else condition
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
6dc89fc2b0
commit
0325cbad64
|
@ -1120,8 +1120,6 @@ class ReportsController extends Controller
|
|||
$row[] = str_replace(',', '', e($item['assetItem']->asset_tag));
|
||||
$row[] = str_replace(',', '', e(($item['acceptance']->assignedTo) ? $item['acceptance']->assignedTo->present()->name() : trans('admin/reports/general.deleted_user')));
|
||||
$rows[] = implode(',', $row);
|
||||
} else {
|
||||
// Log the error maybe?
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue