Remove a comment that is wrong in retrospect

This commit is contained in:
2019-12-03 23:51:19 +00:00
parent fd875fe36b
commit e445b7582a

View File

@@ -85,10 +85,6 @@ const World = struct {
self.ticks += 1;
const point = Point{ .X = self.x, .Y = self.y, .Steps = self.ticks };
// TODO: use the lower number of ticks for multiple crossings
// I'm lucky, I don't need this.
std.debug.warn("\t{}\n", point);
self.entries.appendAssumeCapacity(point);
}