Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove debug code.
  • Loading branch information
perlDreamer committed Dec 5, 2011
1 parent 398c3af commit ba89b76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/WebGUI/Asset/WikiPage.pm
Expand Up @@ -205,8 +205,6 @@ sub getEditTemplate {
protectQuestionLabel => $i18n->get("protectQuestionLabel"),
isProtected => $self->isProtected
};
$session->log->warn("title form variable". $form->get('title', 'text'));
$session->log->warn("title form element". $var->{formTitle});
my $children = [];
if ($self->getId eq "new") {
$var->{formHeader} .= WebGUI::Form::Hidden->new($session, { name=>"assetId", value=>"new" })->toHtml
Expand Down

0 comments on commit ba89b76

Please sign in to comment.