Archived
1
0

Surgical removal of a benign TODO

This commit is contained in:
Asher
2019-01-30 13:34:05 -06:00
committed by Kyle Carberry
parent 4a8d11995b
commit 62b1e0ef00

View File

@ -1,7 +1,7 @@
class Watchdog {
public start(): void {
// TODO: Should it do something?
// No action required.
}
}