diff --git a/MLEM/Animations/SpriteAnimation.cs b/MLEM/Animations/SpriteAnimation.cs index 0cb56cf..3cd76b9 100644 --- a/MLEM/Animations/SpriteAnimation.cs +++ b/MLEM/Animations/SpriteAnimation.cs @@ -20,7 +20,6 @@ namespace MLEM.Animations { return frame; } // if we're here then the time is negative for some reason, so just return the first frame - Console.WriteLine("Test"); return this.frames[0]; } }