mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Remove debug message
This commit is contained in:
parent
1dca7415c5
commit
9590b3558f
@ -240,7 +240,7 @@ class BlogHolder_Controller extends Page_Controller {
|
||||
$month['Link'] = $this->Link() . "showarchive/$month[Year]-$month[Month]";
|
||||
$output->push(new ArrayData($month));
|
||||
}
|
||||
Debug::show($output);
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user