Skip to content

Commit

Permalink
chore: remove commented code and console log crate
Browse files Browse the repository at this point in the history
  • Loading branch information
JayAndromeda committed Mar 25, 2024
1 parent 36b13a3 commit f37722b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
19 changes: 0 additions & 19 deletions src/perks/other_perks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,6 @@ pub fn other_perks() {
}),
);

// add_imr(
// Perks::RapidFireFrame,
// Box::new(
// |_input: ModifierResponseInput| -> InventoryModifierResponse {
// match *_input.calc_data.weapon_type {
// WeaponType::SNIPER => InventoryModifierResponse {
// inv_scale: 1.3,
// ..Default::default()
// },
// WeaponType::SHOTGUN => InventoryModifierResponse {
// inv_add: 8,
// ..Default::default()
// },
// _ => InventoryModifierResponse::default(),
// }
// },
// ),
// );

add_sbr(
Perks::PrecisionFrame,
Box::new(|_input: ModifierResponseInput| -> HashMap<u32, i32> {
Expand Down
2 changes: 0 additions & 2 deletions src/weapons/reserve_calc.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use crate::console_log;

#[derive(Debug, Clone, PartialEq, Eq, Hash)]
enum ReserveIDs {
Primary,
Expand Down

0 comments on commit f37722b

Please sign in to comment.