From abb9cc75e166c32cfa97244c497e6a69d14ea114 Mon Sep 17 00:00:00 2001
From: César Calvo <ccalvo@curisit.net>
Date: Wed, 15 Mar 2017 15:32:23 +0000
Subject: [PATCH] Merge branch 'angular2' of https://git.curisit.net/gitblit/git/common/securis into angular2

---
 securis/src/main/webapp/src/app/common/i18n.ts |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/webapp/src/app/common/i18n.ts b/securis/src/main/webapp/src/app/common/i18n.ts
index 58f1411..148f562 100644
--- a/securis/src/main/webapp/src/app/common/i18n.ts
+++ b/securis/src/main/webapp/src/app/common/i18n.ts
@@ -108,7 +108,6 @@
 @Directive({ selector: '[i18n]' })
 export class I18nDirective {
     constructor(private el: ElementRef, private renderer: Renderer, private $L: LocaleService) {
-        console.log(el);
     }
 
 	ngAfterViewChecked() {

--
Gitblit v1.3.2