chore: cleanup

This commit is contained in:
Nathan Walker
2025-07-22 19:06:58 -07:00
parent 0ba0ab0d59
commit b853447da2
16 changed files with 162 additions and 179 deletions

View File

@ -410,7 +410,6 @@ export class Observable {
this._globalNotify(eventClass, 'First', dataWithObject);
const observers = this._observers[data.eventName];
console.log('notify called for event:', data.eventName, 'with observers:', observers);
if (observers) {
Observable._handleEvent(observers, dataWithObject);
}