remove console.log

This commit is contained in:
Eduardo Speroni
2019-03-26 19:22:21 -03:00
parent 6ee8fc0ce7
commit d8b1c4ca45

View File

@@ -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));
}