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;