diff --git a/index.html b/index.html
index 95c5d8230..da95cc944 100755
--- a/index.html
+++ b/index.html
@@ -1328,14 +1328,6 @@
//console.log('Style of ', model.get('property'), 'Target: ', targetValue, 'Computed:', computedValue, 'Default:', defaultValue);
});
- editor.on('selector:add', function(model) {
- if(model.get('name') == 'row')
- console.log('added .row class', model);
-
- if(model.get('name') == 'cell')
- console.log('added .cell class', model);
- });
-
editor.render();