mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
remove console log
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user