Skip to content
Snippets Groups Projects
Commit 0d3e0883 authored by Maximilian Giller's avatar Maximilian Giller
Browse files

Removed unnecessary console log

parent cd7a728f
No related branches found
No related tags found
No related merge requests found
......@@ -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]);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment