mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Removed log line
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
d1ba16d0eb
commit
6c2cfe0405
|
@ -292,8 +292,6 @@ class ItemImporter extends Importer
|
||||||
$item_type = 'asset';
|
$item_type = 'asset';
|
||||||
}
|
}
|
||||||
|
|
||||||
\Log::error('Item Type: '.$item_type);
|
|
||||||
|
|
||||||
if (empty($asset_category)) {
|
if (empty($asset_category)) {
|
||||||
$asset_category = 'Unnamed Category';
|
$asset_category = 'Unnamed Category';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue