about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/App.razor
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Web/App.razor')
-rw-r--r--MatrixRoomUtils.Web/App.razor12
1 files changed, 0 insertions, 12 deletions
diff --git a/MatrixRoomUtils.Web/App.razor b/MatrixRoomUtils.Web/App.razor
index e58212b..a8cf817 100644
--- a/MatrixRoomUtils.Web/App.razor
+++ b/MatrixRoomUtils.Web/App.razor
@@ -10,15 +10,3 @@
         </LayoutView>
     </NotFound>
 </Router>
-
-@code {
-
-    protected override async Task OnInitializedAsync() {
-        if (!RuntimeCache.WasLoaded) {
-            await LocalStorageWrapper.LoadFromLocalStorage(LocalStorage);
-            Console.WriteLine("Loaded from local storage");
-            StateHasChanged();
-        }
-    }
-
-}
\ No newline at end of file