diff --git a/scripts/system/html/js/entityProperties.js b/scripts/system/html/js/entityProperties.js
index 81c13b63e9..5d6ce8f97e 100644
--- a/scripts/system/html/js/entityProperties.js
+++ b/scripts/system/html/js/entityProperties.js
@@ -1088,12 +1088,6 @@ function loaded() {
showSaveUserDataButton();
});
- elJSONEditor.addEventListener('mouseenter', function() {
- console.log('mouse in the json editor')
- })
- elJSONEditor.addEventListener('mouseleave', function() {
- console.log('mouse leaves the json editor')
- })
var colorChangeFunction = createEmitColorPropertyUpdateFunction(
'color', elColorRed, elColorGreen, elColorBlue);
elColorRed.addEventListener('change', colorChangeFunction);