From: Dessalines Date: Sat, 1 Feb 2020 03:44:02 +0000 (-0500) Subject: Removing todo line. X-Git-Url: http://these/git/%22%7Burl%7D/%22?a=commitdiff_plain;h=09747ccb6625d77f207bdcebd19d0d2434371c1b;p=lemmy.git Removing todo line. --- diff --git a/ui/src/services/UserService.ts b/ui/src/services/UserService.ts index 0c3325a0..03380e59 100644 --- a/ui/src/services/UserService.ts +++ b/ui/src/services/UserService.ts @@ -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()); }