rm deprecated log
This commit is contained in:
parent
6c359a0780
commit
1de0c20b76
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ pub fn check_key(idx: usize) -> bool {
|
||||||
pub fn item_exists(item: &UniqueInventoryItem) -> Option<usize> {
|
pub fn item_exists(item: &UniqueInventoryItem) -> Option<usize> {
|
||||||
let invkeys = INVKEYS.lock().unwrap();
|
let invkeys = INVKEYS.lock().unwrap();
|
||||||
use bracket_lib::prelude::*;
|
use bracket_lib::prelude::*;
|
||||||
console::log(&format!("{:?}", item));
|
|
||||||
if invkeys.contains_key(item) {
|
if invkeys.contains_key(item) {
|
||||||
Some(*invkeys.get(item).unwrap())
|
Some(*invkeys.get(item).unwrap())
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue