Commit 1df5c6d9 authored by xuxin's avatar xuxin

删除无用日志

parent 6869599e
......@@ -101,7 +101,6 @@ public class ShopController {
@RequestMapping(value = "/bind", method = RequestMethod.POST)
public ResultDto bindShop(Principal principal, @RequestBody ShopRequestDto shopRequestDto) {
ResultDto resultDto = new ResultDto();
logger.info("new version lol");
try {
ipAndShopService.bindShop(principal.getName(), shopRequestDto);
resultDto.setStatus(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment