diff --git a/app/shared/directives/highlight.directive.ts b/app/shared/directives/highlight.directive.ts index 13d7039..c3c4741 100644 --- a/app/shared/directives/highlight.directive.ts +++ b/app/shared/directives/highlight.directive.ts @@ -8,7 +8,6 @@ export class HighlightDirective { let self = this; self.renderer.setElementClass(this.el.nativeElement, 'feed-highlight', true); setTimeout(function() { - console.log('removing..'); self.renderer.setElementClass(self.el.nativeElement,'feed-highlight-light', true); }, 1000); }