Skip to content

Commit ba89b76

Browse files
committedDec 5, 2011
Remove debug code.
1 parent 398c3af commit ba89b76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎lib/WebGUI/Asset/WikiPage.pm

-2
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ sub getEditTemplate {
205205
protectQuestionLabel => $i18n->get("protectQuestionLabel"),
206206
isProtected => $self->isProtected
207207
};
208-
$session->log->warn("title form variable". $form->get('title', 'text'));
209-
$session->log->warn("title form element". $var->{formTitle});
210208
my $children = [];
211209
if ($self->getId eq "new") {
212210
$var->{formHeader} .= WebGUI::Form::Hidden->new($session, { name=>"assetId", value=>"new" })->toHtml

0 commit comments

Comments
 (0)