removed old code for portal
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / _services / interceptor.service.ts
diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/_services/interceptor.service.ts b/blueprints/common/eliot-ui/frontend-src/src/app/_services/interceptor.service.ts
deleted file mode 100644 (file)
index 0ec5e22..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-import { Injectable } from '@angular/core';
-import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from "@angular/common/http";
-
-@Injectable({
-  providedIn: 'root'
-})
-export class InterceptorService {
-
-  constructor() { }
-}