mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
chore: cleanup
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user