remove console log

This commit is contained in:
chsakell
2016-10-05 13:00:01 +03:00
parent 69afcd0108
commit 95e6569137

View File

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