Skip to content

Commit

Permalink
Removed extra debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Aug 30, 2016
1 parent e4dcd47 commit 2cfb015
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Console/Commands/ObjectImportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,7 @@ public function array_smart_custom_field_fetch(array $array, $key)
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';
Expand Down

0 comments on commit 2cfb015

Please sign in to comment.