Spaces:
Running
Running
Update tooltips.js
Browse files- tooltips.js +0 -4
tooltips.js
CHANGED
|
@@ -231,10 +231,6 @@ export async function initializeTooltips(options) {
|
|
| 231 |
detail: { title, description, imgUrl, linkUrl, linkText }
|
| 232 |
}));
|
| 233 |
|
| 234 |
-
console.log("tooltips.js :");
|
| 235 |
-
console.log("title : " + title);
|
| 236 |
-
console.log("linkText : " + linkText);
|
| 237 |
-
|
| 238 |
tweenCameraToTooltip(pickedEntity, moveDuration, pickedEntity.tooltipData.camTarget);
|
| 239 |
}
|
| 240 |
});
|
|
|
|
| 231 |
detail: { title, description, imgUrl, linkUrl, linkText }
|
| 232 |
}));
|
| 233 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 234 |
tweenCameraToTooltip(pickedEntity, moveDuration, pickedEntity.tooltipData.camTarget);
|
| 235 |
}
|
| 236 |
});
|