Removed extra debugging info

This commit is contained in:
snipe 2016-08-29 23:13:30 -07:00
parent e4dcd47d6c
commit 2cfb015b1a

View file

@ -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';