mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Removed extra debugging info
This commit is contained in:
parent
e4dcd47d6c
commit
2cfb015b1a
|
@ -320,9 +320,7 @@ class ObjectImportCommand extends Command
|
|||
public function createOrFetchAssetModel(array $row, $category, $manufacturer)
|
||||
{
|
||||
|
||||
$this->log(print_r($row));
|
||||
$asset_model_name = $this->array_smart_fetch($row, "model name");
|
||||
$this->log('Raw Model Name: '.$asset_model_name);
|
||||
$asset_modelno = $this->array_smart_fetch($row, "model number");
|
||||
if (empty($asset_model_name)) {
|
||||
$asset_model_name ='Unknown';
|
||||
|
|
Loading…
Reference in a new issue