Skip to content

Commit

Permalink
removing uncommented unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
maebli committed Jun 16, 2024
1 parent f0eed5c commit 34f6988
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ <h1> Online M-Bus parser (wired) <i>https://maebli.github.io/m-bus-parser</i></h
const formattedResult = m_bus_parse(inputString, format);
const outputElement = document.getElementById("output");
outputElement.textContent = formattedResult;
//hljs.highlightElement(outputElement); // Apply syntax highlighting
}
}

Expand Down

0 comments on commit 34f6988

Please sign in to comment.