removes some debug logs
This commit is contained in:
parent
33ce208252
commit
469d83994e
2 changed files with 0 additions and 3 deletions
|
|
@ -165,6 +165,5 @@ pub fn get_attribute_rolls(
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console::log(format!("{}, {}", failed_attempts, remaining_points));
|
|
||||||
return (str, dex, con, int, wis, cha);
|
return (str, dex, con, int, wis, cha);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -854,10 +854,8 @@ pub fn ancestry_reaction(this_ancestry: Ancestry, other_ancestry: Ancestry, raws
|
||||||
} else {
|
} else {
|
||||||
let this_ancestry = get_ancestry_string(this_ancestry);
|
let this_ancestry = get_ancestry_string(this_ancestry);
|
||||||
let other_ancestry = get_ancestry_string(other_ancestry);
|
let other_ancestry = get_ancestry_string(other_ancestry);
|
||||||
console::log(format!("{:?}", this_ancestry));
|
|
||||||
if raws.ancestry_index.contains_key(this_ancestry) {
|
if raws.ancestry_index.contains_key(this_ancestry) {
|
||||||
let mine = &raws.ancestry_index[this_ancestry];
|
let mine = &raws.ancestry_index[this_ancestry];
|
||||||
console::log(format!("{:?}", mine));
|
|
||||||
if mine.contains(other_ancestry) {
|
if mine.contains(other_ancestry) {
|
||||||
return Some(Reaction::Ignore);
|
return Some(Reaction::Ignore);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue