Skip to content

Commit

Permalink
MINOR Removed debug code (from r97825)
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102537 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
chillu committed Apr 12, 2010
1 parent 74a04df commit 3000087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/WidgetArea.php
Expand Up @@ -30,7 +30,7 @@ class WidgetArea extends DataObject {
*/
function WidgetControllers() {
$controllers = new DataObjectSet();
// var_dump($this->Items());

foreach($this->ItemsToRender() as $widget) {
// find controller
$controllerClass = '';
Expand Down

0 comments on commit 3000087

Please sign in to comment.