From 853c008ff71b38d30d4f35f85e13fd3a7c53aeef Mon Sep 17 00:00:00 2001 From: Corwin Date: Fri, 19 Apr 2024 21:49:34 +0100 Subject: [PATCH] cleanup duplicate text --- website/agb/src/app/crash/backtrace.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/website/agb/src/app/crash/backtrace.tsx b/website/agb/src/app/crash/backtrace.tsx index 4c393688..1d436348 100644 --- a/website/agb/src/app/crash/backtrace.tsx +++ b/website/agb/src/app/crash/backtrace.tsx @@ -38,11 +38,6 @@ export function BacktracePage() {
  • Configure the backtrace page to not point to a site at all
  • Not use the backtrace feature
  • -

    - Here you can see the debug information contained in the crash log. Given - additional debug files it can present you with the corresponding - function names, file names, line numbers, and column numbers. -

    Backtrace

    {backtrace && }