remove debug

This commit is contained in:
Anton Roslund
2025-09-28 22:36:39 +02:00
parent 3061fd057e
commit 775a5ace19
-1
View File
@@ -191,7 +191,6 @@ document.addEventListener("DOMContentLoaded", async function () {
function renderOkToMqttWarning(nodeId) {
const node = state.nodesById[nodeId];
if (!node?.ok_to_mqtt) {
console.log("Node", nodeId, "has ok_to_mqtt", node?.ok_to_mqtt);
return `<span class="text-secondary" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-container="body" data-bs-trigger="hover focus" title="Denna nod har inte ok_to_mqtt. Meddelanden ignoreras av flertalet gateways.">⚠️</span>`;
}
return "";