removed log setLevel in admin

This commit is contained in:
Rohan Sircar 2020-07-26 12:42:16 +05:30
parent 3eb617f272
commit e443ea3fd4

View File

@ -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;