From e443ea3fd40e11a4d0bcfd4db6351342ac635cc7 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Sun, 26 Jul 2020 12:42:16 +0530 Subject: [PATCH] removed log setLevel in admin --- src/main/frontend/admin/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/frontend/admin/main.ts b/src/main/frontend/admin/main.ts index 2709c1c..3c1fb6e 100644 --- a/src/main/frontend/admin/main.ts +++ b/src/main/frontend/admin/main.ts @@ -7,7 +7,7 @@ import { Credentials } from "../common/global/Credentials"; import { getOtherUsers } from "../common/ajax/Users"; import { viewUsers } from "./pages/user/ViewUsers"; -log.setLevel("TRACE"); +// log.setLevel("TRACE"); const es = EncryptionServiceFactory.getEncryptionService(); const ns = new AlertifyNotificationService(); const authToken = Credentials.authToken;