diff --git a/editor/js/manageddata.js b/editor/js/manageddata.js
index 05e18692786ef02ebe31cbb1e987f47c322e6312..e2f83bddb67a6e8dda15bb428a3fc56751ba3969 100644
--- a/editor/js/manageddata.js
+++ b/editor/js/manageddata.js
@@ -56,6 +56,5 @@ export default class ManagedData {
         // Forget about the currently stored potential future
         this.history.splice(0, this.historyPosition);
         this.historyPosition = 0;
-        console.log(this.history[0]);
     }
 }