mirror of
https://github.com/SkyfallWasTaken/arcade-monitor.git
synced 2024-11-10 03:49:40 +00:00
Remove debug code
This commit is contained in:
parent
8b7bbd202c
commit
75e1fff074
1 changed files with 0 additions and 6 deletions
|
@ -47,12 +47,6 @@ async fn run_scrape(env: Env) -> Result<String> {
|
|||
kv.put("items", &available_items)?.execute().await?;
|
||||
return Ok("No old items found, storing new items".into());
|
||||
};
|
||||
let available_items = vec![items::ShopItem {
|
||||
full_name: "Item 1".into(),
|
||||
description: Some("Description 1".into()),
|
||||
id: "1".into(),
|
||||
..Default::default()
|
||||
}];
|
||||
|
||||
// Compare the old items with the new items.
|
||||
let result = diff_old_new_items(&old_items, &available_items);
|
||||
|
|
Loading…
Reference in a new issue