style: remove useless code.

pull/461/head
ruibaby 2020-01-01 21:47:51 +08:00
parent 013fa1fdcb
commit e13c014a6b
1 changed files with 0 additions and 2 deletions

View File

@ -170,8 +170,6 @@ public class ContentArchiveController {
@GetMapping(value = "{url}/password")
public String password(@PathVariable("url") String url,
Model model) {
Post post = postService.getBy(PostStatus.INTIMATE, url);
model.addAttribute("url", url);
return "common/template/post_password";
}