Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
flibber-hk committed Aug 5, 2021
1 parent 79d4fef commit 12847ba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions SkillUpgrades/Skills/VerticalSuperdash.cs
Original file line number Diff line number Diff line change
@@ -367,14 +367,6 @@ private static void ModifySuperdashFsm(On.HeroController.orig_Start orig, HeroCo
{
SuperdashState = SuperdashDirection.Normal;
}));

foreach (FsmState state in fsm.FsmStates)
{
state.AddFirstAction(new ExecuteLambda(() =>
{
SkillUpgrades.instance.Log("VC STATELOG " + state.Name);
}));
}
}
}
}

0 comments on commit 12847ba

Please sign in to comment.