We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398c3af commit ba89b76Copy full SHA for ba89b76
lib/WebGUI/Asset/WikiPage.pm
@@ -205,8 +205,6 @@ sub getEditTemplate {
205
protectQuestionLabel => $i18n->get("protectQuestionLabel"),
206
isProtected => $self->isProtected
207
};
208
- $session->log->warn("title form variable". $form->get('title', 'text'));
209
- $session->log->warn("title form element". $var->{formTitle});
210
my $children = [];
211
if ($self->getId eq "new") {
212
$var->{formHeader} .= WebGUI::Form::Hidden->new($session, { name=>"assetId", value=>"new" })->toHtml
0 commit comments