Skip to content

Commit

Permalink
delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
YukaUU committed Jul 20, 2024
1 parent eb64052 commit 179d08a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/viewer/uicallbacks.js
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,6 @@ function annoCallback(data) {
),
};

console.log('annotJson', annotJson);
// save annotation
$CAMIC.store
.addMark(annotJson)
Expand Down
1 change: 0 additions & 1 deletion core/extension/openseadragon-canvas-draw-overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,6 @@
// const featrue = this._draws_data_[i].feature;
rs.features = this._draws_data_.slice(0, this._path_index);
// }
console.log('rs', rs);
return rs;
},

Expand Down

0 comments on commit 179d08a

Please sign in to comment.