diff --git a/src/app/components/tooltip/tooltip.ts b/src/app/components/tooltip/tooltip.ts index 2b91b08bb99..69d05188734 100755 --- a/src/app/components/tooltip/tooltip.ts +++ b/src/app/components/tooltip/tooltip.ts @@ -265,7 +265,6 @@ export class Tooltip implements AfterViewInit, OnDestroy { } if (simpleChange.id) { - console.log('e'); this.setOption({ id: simpleChange.text.currentValue }); }