diff --git a/sdPlugin/propertyinspector/index.html b/sdPlugin/propertyinspector/index.html
index 5085a3d..cd781ae 100644
--- a/sdPlugin/propertyinspector/index.html
+++ b/sdPlugin/propertyinspector/index.html
@@ -94,7 +94,6 @@
}
}
document.getElementById('toggleKindDiv').classList.remove('hidden');
- console.log(settings);
document.querySelector(`#toggleKind option[value="${settings.toggleKind}"]`).setAttribute('selected', true);
}
document.getElementById('feedbackSounds').checked = settings.feedbackSounds;