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
No known key found for this signature in database
GPG Key ID: A0409BDB6B0B3EDB
1 changed files with 1 additions and 1 deletions

View File

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