From ce9bc0c6ad58e4117d26a204ffc56bbcdb7fe916 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Tue, 14 Mar 2017 19:41:20 +0000
Subject: [PATCH] #3527 fix - Changes on pack list and routes
---
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