Remove debug output from category selection in Archive widget (#1852)

This commit is contained in:
Luffy
2025-02-03 10:40:12 +08:00
committed by GitHub
parent 67a830f86b
commit 95f6e7b4f5

View File

@@ -1770,8 +1770,6 @@ EOF;
'query' => $categorySelect
]);
var_dump($category->mid);
if (!$category->have()) {
throw new WidgetException(_t('分类不存在'), 404);
}