remove dead code from NotifyAboutThing.

This commit is contained in:
Colin Kuskie 2009-09-11 12:49:42 -07:00
parent b090f92d78
commit 785523f0b0

View file

@ -84,7 +84,6 @@ sub execute {
my $self = shift;
my $thingy = shift;
my $inbox = WebGUI::Inbox->new($self->session);
my $messageTemplate = $self->get('messageTemplate');
my $properties = {
status => 'completed',
subject => 'Thingy at URL ' . $thingy->getUrl . ' changed.',