diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js index 7afd5b33e..cb6ff5208 100644 --- a/src/stores/AppStore.js +++ b/src/stores/AppStore.js @@ -726,13 +726,9 @@ export default types } function setHistory(history = []) { - console.log('Setting annotation history'); const as = self.annotationStore; - const selected = as.selected?.toJSON(); - console.log({ pk: selected?.pk, id: selected?.id }); - as.clearHistory(); // always check that history is for correct and submitted annotation