From 0d3e0883f58fe8841d1c2ec4fecf028b946847e2 Mon Sep 17 00:00:00 2001
From: mgfcf <m.giller@tu-braunschweig.de>
Date: Fri, 24 Sep 2021 19:10:35 +0200
Subject: [PATCH] Removed unnecessary console log

---
 editor/js/manageddata.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/editor/js/manageddata.js b/editor/js/manageddata.js
index 05e1869..e2f83bd 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]);
     }
 }
-- 
GitLab