Remove unwanted codes

This commit is contained in:
Rushdi 2022-05-18 18:01:38 +05:30
parent 35a5230ef7
commit 83651efcb5

View File

@ -476,7 +476,6 @@ public class DeviceManagementServiceImpl implements DeviceManagementService {
JSONObject obj = new JSONObject(DeviceAPIClientServiceImpl.returnUser(currentUser));
log.info("=================");
log.info(currentUser);
log.info(obj.toString());
log.info("==================");
if(obj.has("error")){