Remove old debugging code.

This commit is contained in:
Colin Kuskie 2009-03-24 19:32:46 +00:00
parent 9663c77bb8
commit 575f7fff64

View file

@ -1424,8 +1424,6 @@ sub www_edit {
richEditId=>$self->getThread->getParent->get("richEditor")
});
##Edit variables just for Threads
$session->log->warn("className: $className");
$session->log->warn("canEdit parent: ". $self->getThread->getParent->canEdit);
if ($className eq 'WebGUI::Asset::Post::Thread' && $self->getThread->getParent->canEdit) {
$var{'sticky.form'} = WebGUI::Form::yesNo($session, {
name=>'isSticky',