removes some debug logs

This commit is contained in:
Llywelwyn 2023-08-21 11:24:36 +01:00
parent 33ce208252
commit 469d83994e
2 changed files with 0 additions and 3 deletions

View file

@ -165,6 +165,5 @@ pub fn get_attribute_rolls(
_ => {}
}
}
console::log(format!("{}, {}", failed_attempts, remaining_points));
return (str, dex, con, int, wis, cha);
}