From 95e656913761a101458bc17295715c6a18aeefb6 Mon Sep 17 00:00:00 2001 From: chsakell Date: Wed, 5 Oct 2016 13:00:01 +0300 Subject: [PATCH] remove console log --- app/shared/directives/highlight.directive.ts | 1 - 1 file changed, 1 deletion(-) 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); }