From fc02b768a1b77564814b9af9d000cd0d46ea0bbc Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Tue, 7 Jan 2020 14:34:08 -0500 Subject: [PATCH] remove stale TODO GitOrigin-RevId: b6ea9c98a19625ceaaa8ac4148d8b3b1a6a8c05f --- Jumpy.Shared/Debug.cs | 1 - 1 file changed, 1 deletion(-) 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;