remove print statement

issue-templates
John Montagu, the 4th Earl of Sandvich 2024-03-02 10:05:09 -08:00
parent fb80aa5c12
commit 3bd5c62ac4
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ public partial class Vignette : TextureRect
{
Events.EventBus.Instance.PlayerHurt += (Events.HurtArgs args) =>
{
GD.Print("TIGHTEN!!!");
GetNode<AnimationPlayer>("AnimationPlayer").Play("tighten");
};
}