@sprucelabs/spruce-calendar-components 22.8.7 → 22.8.9

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.
@@ -333,7 +333,6 @@ export default class CalendarEventManager {
333
333
  handleDidUpdateContext() {
334
334
  return __awaiter(this, void 0, void 0, function* () {
335
335
  if (this.shouldIgnoreNextContextUpdate) {
336
- console.log('setting should ignore back to false', this.shouldIgnoreNextContextUpdate);
337
336
  this.shouldIgnoreNextContextUpdate = false;
338
337
  return;
339
338
  }
@@ -292,7 +292,6 @@ class CalendarEventManager {
292
292
  }
293
293
  async handleDidUpdateContext() {
294
294
  if (this.shouldIgnoreNextContextUpdate) {
295
- console.log('setting should ignore back to false', this.shouldIgnoreNextContextUpdate);
296
295
  this.shouldIgnoreNextContextUpdate = false;
297
296
  return;
298
297
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-calendar-components",
3
3
  "description": "Calendar components for working with calendars and Sprucebot.",
4
- "version": "22.8.7",
4
+ "version": "22.8.9",
5
5
  "skill": {
6
6
  "namespace": "calendar"
7
7
  },