Skip to content

Commit e22d961

Browse files
author
hackermd
committed
Remove console log statement
1 parent 0aa5e76 commit e22d961

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/api.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ function _geometry2Scoord3d(geometry) {
7171
function _scoord3d2Geometry(scoord3d) {
7272
const type = scoord3d.graphicType;
7373
const data = scoord3d.graphicData;
74-
console.log(data)
7574
if (type === 'POINT') {
7675
let coordinates = _scoord3dCoordinates2geometryCoordinates(data);
7776
return new PointGeometry(coordinates);
@@ -594,7 +593,7 @@ class VLWholeSlideMicroscopyImageViewer {
594593
*/
595594
activateDrawInteraction(options) {
596595
this.deactivateDrawInteraction();
597-
596+
598597
const customOptionsMapping = {
599598
point: {
600599
type: 'Point',

0 commit comments

Comments
 (0)