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
|