inventory
This commit is contained in:
parent
72586df67f
commit
0be7fff77d
6 changed files with 49 additions and 9 deletions
|
@ -16,8 +16,6 @@ impl ItemDB {
|
|||
for item in &index.documents {
|
||||
let item = Item::new(item);
|
||||
log::info!("Adding item {} to DB", item.name);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Self { index }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue