From 985174eec9ffb68713eacc45cba6179415ff9662 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 9 Aug 2017 00:11:35 +0200 Subject: [PATCH] Remove unused dependency. --- src/accounts/accountForm.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/accounts/accountForm.component.ts b/src/accounts/accountForm.component.ts index 258d397..7d3800c 100644 --- a/src/accounts/accountForm.component.ts +++ b/src/accounts/accountForm.component.ts @@ -2,8 +2,6 @@ import { Component, OnInit, OnChanges, Input, Output, EventEmitter } from '@angular/core'; import { FormBuilder, FormGroup, Validators } from '@angular/forms'; -import { Logger } from '@nsalaun/ng-logger'; - import { Account } from './account'; @Component({