From c602e6a16e881a39bfb9bc4d1e443575fdecd76c Mon Sep 17 00:00:00 2001 From: Nick Skriabin <767890+nicholasrq@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:03:00 +0000 Subject: [PATCH] Remove traces Co-authored-by: yyassi-heartex <104568407+yyassi-heartex@users.noreply.github.com> --- src/stores/AppStore.js | 4 ---- 1 file changed, 4 deletions(-) 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