diff --git a/src/accounts/account.service.ts b/src/accounts/account.service.ts index 673402e..18fc07a 100644 --- a/src/accounts/account.service.ts +++ b/src/accounts/account.service.ts @@ -3,7 +3,6 @@ import { Injectable } from '@angular/core'; import { Http, Headers, RequestOptions, Response } from '@angular/http'; import { Observable } from 'rxjs/Rx'; - import { Logger } from "@nsalaun/ng-logger"; import { Restangular } from "ngx-restangular";