Removing todo line.

This commit is contained in:
Dessalines 2020-01-31 22:44:02 -05:00
parent 8ec104cb76
commit 09747ccb66
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ export class UserService {
console.log(this.user);
}
// TODO find all refs to this, make sure everything is well typed
public static get Instance() {
return this._instance || (this._instance = new this());
}