mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Removed some debugging
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
318aff1ef0
commit
a25efe53aa
|
@ -223,11 +223,6 @@ class ItemImporter extends Importer
|
||||||
$editingModel = $this->updating;
|
$editingModel = $this->updating;
|
||||||
$asset_model = $asset_model->first();
|
$asset_model = $asset_model->first();
|
||||||
|
|
||||||
$this->log('Name: '.$asset_model_name);
|
|
||||||
$this->log('Number: '.$asset_modelNumber);
|
|
||||||
$this->log('Category: '.$asset_model_category);
|
|
||||||
$this->log('Model Info: '.print_r($asset_model, true));
|
|
||||||
|
|
||||||
if ($asset_model) {
|
if ($asset_model) {
|
||||||
|
|
||||||
if (! $this->updating) {
|
if (! $this->updating) {
|
||||||
|
|
Loading…
Reference in a new issue