Commit b535a7d6 authored by sarojsingh2021's avatar sarojsingh2021
Browse files

removed sop

Showing with 0 additions and 2 deletions
+0 -2
......@@ -174,7 +174,6 @@ public class UserController {
@RequestHeader(value = Constants.USER_INFO_HEADER, required = false) String xUserInfo,
@RequestHeader(value = Constants.AUTH_HEADER) String authToken) throws JsonProcessingException {
System.out.println("xUserInfo :: " + xUserInfo);
String validation = validationService.validateUserUpsert(profile);
if (validation.equals(Constants.SUCCESS)) {
if (StringUtils.isNotBlank(xUserInfo)) {
......@@ -614,7 +613,6 @@ public class UserController {
@RequestHeader(value = Constants.USER_INFO_HEADER, required = false) String xUserInfo,
@RequestHeader(value = Constants.AUTH_HEADER) String authToken) throws JsonProcessingException {
System.out.println("********** create bulk institute being called **********");
String message = "";
if (ExcelHelper.hasExcelFormat(file)) {
try {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment