remove stale TODO

GitOrigin-RevId: b6ea9c98a19625ceaaa8ac4148d8b3b1a6a8c05f
This commit is contained in:
Colin McMillen 2020-01-07 14:34:08 -05:00
parent 37e3a8baba
commit fc02b768a1

View File

@ -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;