diff --git a/Jumpy.Shared/Debug.cs b/Jumpy.Shared/Debug.cs index 4b7dda0..13120f9 100644 --- a/Jumpy.Shared/Debug.cs +++ b/Jumpy.Shared/Debug.cs @@ -3,7 +3,6 @@ using Microsoft.Xna.Framework.Graphics; using System.Collections.Generic; namespace Jumpy { - // TODO: add a WriteLine sort of functionality. static class Debug { struct DebugRect { public Rectangle rect;