Skip to content

Commit

Permalink
remove dead code from NotifyAboutThing.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Sep 11, 2009
1 parent aba4cb6 commit 0a293f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/WebGUI/Workflow/Activity/NotifyAboutThing.pm
Expand Up @@ -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.',
Expand Down

0 comments on commit 0a293f7

Please sign in to comment.