Remove debug output from category selection in Archive widget (#1852)
This commit is contained in:
@@ -1770,8 +1770,6 @@ EOF;
|
||||
'query' => $categorySelect
|
||||
]);
|
||||
|
||||
var_dump($category->mid);
|
||||
|
||||
if (!$category->have()) {
|
||||
throw new WidgetException(_t('分类不存在'), 404);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user