diff --git a/index.html b/index.html
index 7d1c8e59a..f986d7fe9 100755
--- a/index.html
+++ b/index.html
@@ -1173,14 +1173,6 @@
},
});
- editor.on('storage:store', function(store) {
- console.log('Stored', store);
- });
-
- editor.on('storage:load', function(loaded) {
- console.log('Loaded', loaded);
- });
-
editor.render();