diff --git a/src/Augmentation/AugmentationCreator.tsx b/src/Augmentation/AugmentationCreator.tsx index 8c51fb8d4..dd4bd5d70 100644 --- a/src/Augmentation/AugmentationCreator.tsx +++ b/src/Augmentation/AugmentationCreator.tsx @@ -1894,7 +1894,6 @@ export const initChurchOfTheMachineGodAugmentations = (): Augmentation[] => [ export function initNeuroFluxGovernor(): Augmentation { const donationBonus = CONSTANTS.Donations / 1e6 / 100; // 1 millionth of a percent per donation - console.log(donationBonus * 100); return new Augmentation({ name: AugmentationNames.NeuroFluxGovernor, repCost: 500,