diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-03-26 22:37:24 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-03-26 22:37:24 -0400 |
commit | f51ca77dcea14bafe4126b5cf7b092db6d3c2c5b (patch) | |
tree | 9491fc2353903b6a5fe56516c4528ed67e57143b /src/client/views/Main.tsx | |
parent | 92aaac7cd78b9287d7f6ee85e73b3cad1c42d80c (diff) |
a bunch more cleanup
Diffstat (limited to 'src/client/views/Main.tsx')
-rw-r--r-- | src/client/views/Main.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index 3e0e02f42..87d8eb648 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -89,10 +89,6 @@ export class Main extends React.Component { } }; - // this.initializeNorthstar(); - let y = ""; - y.ReplaceAll("a", "B"); - CurrentUserUtils.loadCurrentUser(); library.add(faFont); |