Skip to content

Commit 1fa54cd

Browse files
committed
bugfix: remove debug info
1 parent e9602e9 commit 1fa54cd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

module/Blog/Admin/Controller/BlogController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ protected function crud(AdminCRUDBuilder $builder)
6767
SiteUrlProvider::update(modstart_web_url('blog/' . $item->id), $item->title, [
6868
'biz' => 'blog',
6969
]);
70-
var_dump($item);
7170
});
7271
if (!empty($updatedCategoryIds)) {
7372
$updatedCategoryIds = array_unique($updatedCategoryIds);

0 commit comments

Comments
 (0)