Remove warn statement
This commit is contained in:
parent
598a0d0990
commit
c710389e9b
1 changed files with 0 additions and 1 deletions
|
|
@ -350,7 +350,6 @@ sub www_deletePrivateMessage {
|
|||
# set the message status to 'deleted'
|
||||
$message->setStatus("deleted");
|
||||
}
|
||||
warn 'status => ' . $message->get('status') . "\n";
|
||||
#return WebGUI::Operation::Inbox->www_viewInbox($session);
|
||||
$session->http->setRedirect('?op=viewInbox');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue