From 2cfb015b1a6f125faaca113195d2bc123b03453e Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 29 Aug 2016 23:13:30 -0700 Subject: [PATCH] Removed extra debugging info --- app/Console/Commands/ObjectImportCommand.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Console/Commands/ObjectImportCommand.php b/app/Console/Commands/ObjectImportCommand.php index f43c02215e..bc0a023b25 100644 --- a/app/Console/Commands/ObjectImportCommand.php +++ b/app/Console/Commands/ObjectImportCommand.php @@ -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';