inventory

This commit is contained in:
JMARyA 2024-08-13 04:13:38 +02:00
parent 72586df67f
commit 0be7fff77d
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 49 additions and 9 deletions

View file

@ -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 }