From c59b944018fb4c21af4d1974014053bc527b1b46 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 14 May 2026 06:42:47 -0700 Subject: [PATCH] Remove invalid error messaging. --- index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.html b/index.html index ed8a69f..6534e73 100644 --- a/index.html +++ b/index.html @@ -374,8 +374,6 @@ SPDX-License-Identifier: GPL-3.0-or-later console.log(`${failures} %cFAILED`, 'color:red') if (failures > 0) { document.getElementById('status').innerHTML = `FAILED TO VALIDATE KNOWN VALUES` - document.getElementById('output').innerHTML += `Error: ${err.message}
` - console.error(err) return } -- 2.47.3