Explorar el Código

불필요한 로그 제거

gagamel hace 4 años
padre
commit
d401d20564

+ 0 - 2
src/main/java/com/style24/admin/biz/web/TsaSettleController.java

@@ -85,7 +85,6 @@ public class TsaSettleController extends TsaBaseController {
 				String[] arrSupplyComp = mapper.readValue(goodsSettle.getSupplyCompList(), String[].class);
 				goodsSettle.setMultiSupplyComp(arrSupplyComp);
 			} catch (Exception e) {
-				e.printStackTrace();
 				throw new IllegalStateException("업체코드 검색중 오류로 인해 조회되지 않았습니다.");
 			}
 		}
@@ -95,7 +94,6 @@ public class TsaSettleController extends TsaBaseController {
 				String[] arrBrandCd = mapper.readValue(goodsSettle.getBrandList(), String[].class);
 				goodsSettle.setMultiBrand(arrBrandCd);
 			} catch (Exception e) {
-				e.printStackTrace();
 				throw new IllegalStateException("브랜드코드 검색중 오류로 인해 조회되지 않았습니다.");
 			}
 		}