mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
remove console.log
This commit is contained in:
@@ -75,7 +75,6 @@ export class Span extends ViewBase implements SpanDefinition {
|
||||
}
|
||||
|
||||
addEventListener(arg: string, callback: (data: EventData) => void, thisArg?: any) {
|
||||
console.log(arg);
|
||||
super.addEventListener(arg, callback, thisArg);
|
||||
this._setClickable(this.hasListeners(Span.linkClickEvent));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user