diff --git a/src/Angor/Client/Pages/Invest.razor b/src/Angor/Client/Pages/Invest.razor index b628f16d..5f918d6e 100644 --- a/src/Angor/Client/Pages/Invest.razor +++ b/src/Angor/Client/Pages/Invest.razor @@ -282,7 +282,7 @@ } catch (JSException e) { - Console.WriteLine(e); + _Logger.LogError(e,"Failed to load the nostr tools module"); notificationComponent.ShowErrorMessage(e.Message); } }