🎨 删除无用代码

pull/33/merge
ruibaby 2018-09-22 21:42:39 +08:00
parent 031c0acd5c
commit 378acf42f6
1 changed files with 0 additions and 3 deletions

View File

@ -60,9 +60,6 @@ public class CommonTagDirective implements TemplateDirectiveModel {
case "newComments":
environment.setVariable("newComments", builder.build().wrap(commentService.findAllComments(1)));
break;
case "themeName":
environment.setVariable("themeName", builder.build().wrap(HaloConst.OPTIONS.get(BlogPropertiesEnum.THEME.getProp())));
break;
default:
break;
}