]> Untitled Git - lemmy.git/commitdiff
Removing todo line.
authorDessalines <tyhou13@gmx.com>
Sat, 1 Feb 2020 03:44:02 +0000 (22:44 -0500)
committerDessalines <tyhou13@gmx.com>
Sat, 1 Feb 2020 03:44:02 +0000 (22:44 -0500)
ui/src/services/UserService.ts

index 0c3325a096f016e5a1d4e7f7b5a95baebfad401d..03380e593021373bbd5a5d3cf0e2016f1acb0438 100644 (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());
   }