release/2024-11-01 - Remove Trace Log Level

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-10-28 13:06:47 -07:00
parent 79ed6f2388
commit b9ebb70b7a
4 changed files with 1 additions and 5 deletions

View File

@@ -40,8 +40,6 @@ export function DmsLogEvents({ socket, logs, bodyshop }) {
function LogLevelHierarchy(level) {
switch (level) {
case "SILLY":
return "pink";
case "DEBUG":
return "orange";
case "INFO":