Authored by zhengwen.ge

去掉无用的日志

@@ -80,7 +80,7 @@ public class ClickUnionRest { @@ -80,7 +80,7 @@ public class ClickUnionRest {
80 } 80 }
81 clickUnion.info("addUnion with param is {}", request); 81 clickUnion.info("addUnion with param is {}", request);
82 UnionResponse response = unionService.clickUnion(request); 82 UnionResponse response = unionService.clickUnion(request);
83 - log.info("addUnion with result is {}, and request is {}", response, request); 83 +// log.info("addUnion with result is {}, and request is {}", response, request);
84 return response; 84 return response;
85 } 85 }
86 86
@@ -112,8 +112,7 @@ public class ClickUnionRest { @@ -112,8 +112,7 @@ public class ClickUnionRest {
112 // IUnionService service = SpringContextUtil.getBean(bean, IUnionService.class); 112 // IUnionService service = SpringContextUtil.getBean(bean, IUnionService.class);
113 clickUnion.info("addCommonUnion request is {}",request); 113 clickUnion.info("addCommonUnion request is {}",request);
114 UnionResponse response = unionService.clickUnion(request); 114 UnionResponse response = unionService.clickUnion(request);
115 -  
116 - clickUnion.info("addUnion with result is {}, and request is {}", response, request); 115 +// clickUnion.info("addUnion with result is {}, and request is {}", response, request);
117 return response; 116 return response;
118 } 117 }
119 118