test: json 파일 삭제 주석

dev
kjh 11 months ago
parent 0370f5f4e5
commit e434023b02

@ -113,10 +113,10 @@ public class PplusService extends AbstractService implements IPplusService {
); );
resDTO.setUnitySndngMastrId(unitySndngMstId); resDTO.setUnitySndngMastrId(unitySndngMstId);
File file = new File(FILE_TEMP_PATH + "/" +unitySndngMstId + ".json"); /*File file = new File(FILE_TEMP_PATH + "/" +unitySndngMstId + ".json");
if(file.exists()) { if(file.exists()) {
file.delete(); file.delete();
} }*/
return resDTO; return resDTO;
} }

Loading…
Cancel
Save