X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fnotify-tickets.html;h=faf998e2b12d8ea93e2829d62f47c7e7082966e4;hb=a9d7da1e256e73dbdcc63e9091d22f5902c5f68d;hp=f7db52e7bc0c6d9b04b65da1bc001fdd8efd231e;hpb=dd82a27357402466390044d001824657f6617626;p=freeside.git diff --git a/httemplate/elements/notify-tickets.html b/httemplate/elements/notify-tickets.html index f7db52e7b..faf998e2b 100644 --- a/httemplate/elements/notify-tickets.html +++ b/httemplate/elements/notify-tickets.html @@ -31,7 +31,6 @@ if ($enabled) { my $CurrentUser = $session->{CurrentUser}; $UnrepliedTickets = RT::Tickets->new($CurrentUser); my $search = $class->new(TicketsObj => $UnrepliedTickets); -warn Dumper $search; $search->Prepare; }