From f1194677876b296d4fb6569ab9448350dd78a233 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Sun, 28 Feb 2021 12:02:20 +0300 Subject: [PATCH] removed unused code --- .../services/connector/connector.service.ts | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Mohem/src/app/hmg-common/services/connector/connector.service.ts b/Mohem/src/app/hmg-common/services/connector/connector.service.ts index acd8ff0e..5b221dfc 100644 --- a/Mohem/src/app/hmg-common/services/connector/connector.service.ts +++ b/Mohem/src/app/hmg-common/services/connector/connector.service.ts @@ -22,22 +22,9 @@ export class ConnectorService { }; public static retryTimes = 0; public static timeOut = 120 * 1000; - // public static host = 'http://10.50.100.113:6060/'; // development service // public static host = 'https://uat.hmgwebservices.com/'; public static host = 'https://hmgwebservices.com/'; - // public static host = 'http://10.50.100.198:6060/'; - // public static host = 'http://10.50.100.113:6060/'; // development service - /* public static host = 'http://10.50.100.198:6060/'; - public static host = 'http://10.50.100.198:6060/'; // development service - public static host = 'http://10.50.100.198:4040/'; // UAT service - public static host = 'http://10.50.100.198:4444/'; // production service - public static host = 'http://10.50.100.113:4040/'; // UAT service - public static host = 'http://10.50.100.113:4444/'; // production service - */ - /* - end of connection configuration - */ constructor(public httpClient: HttpClient, public cs: CommonService) {}