Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Remove traces
Browse files Browse the repository at this point in the history
Co-authored-by: yyassi-heartex <[email protected]>
  • Loading branch information
nicholasrq and yyassi-heartex authored Jan 12, 2024
1 parent ecc46ed commit c602e6a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/stores/AppStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c602e6a

Please sign in to comment.