jsshin %!s(int64=5) %!d(string=hai) anos
pai
achega
967304af61

+ 2 - 2
src/main/java/com/style24/front/biz/service/TsfCustomerService.java

@@ -351,7 +351,7 @@ public class TsfCustomerService {
 					kakaotalkService.sendJoinCongrat(customer, coupon, customer.getCustNo());
 				}
 			} catch (Exception e) {
-				log.error("error", e);
+				//log.error("error", e);
 			}
 
 			// 이메일 발송
@@ -360,7 +360,7 @@ public class TsfCustomerService {
 					// TODO : 2021.02.23 이메일 모듈 개발 필요 jsshin
 				}
 			} catch (Exception e) {
-				log.error("error", e);
+				//log.error("error", e);
 			}
 		}