@sprucelabs/spruce-calendar-components 24.2.21 → 24.2.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -254,7 +254,6 @@ class RootSkillViewController extends AbstractSkillViewController {
|
|
|
254
254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
255
255
|
const { event } = options;
|
|
256
256
|
yield this.events.selectEvent(event.id);
|
|
257
|
-
console.log('handleClickEvent', event);
|
|
258
257
|
this.toolBeltVc.open({ shouldStayOpen: true });
|
|
259
258
|
try {
|
|
260
259
|
if (!event.eventTypeSlug) {
|
|
@@ -223,7 +223,6 @@ class RootSkillViewController extends heartwood_view_controllers_1.AbstractSkill
|
|
|
223
223
|
var _a, _b;
|
|
224
224
|
const { event } = options;
|
|
225
225
|
await this.events.selectEvent(event.id);
|
|
226
|
-
console.log('handleClickEvent', event);
|
|
227
226
|
this.toolBeltVc.open({ shouldStayOpen: true });
|
|
228
227
|
try {
|
|
229
228
|
if (!event.eventTypeSlug) {
|