[Rt-commit] r13043 - in rt/branches/3.8-TESTING: lib/RT/Interface
jesse at bestpractical.com
jesse at bestpractical.com
Mon Jun 9 10:06:59 EDT 2008
Author: jesse
Date: Mon Jun 9 10:06:58 2008
New Revision: 13043
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/lib/RT/Interface/Web.pm
Log:
r32474 at 68-246-176-42: jesse | 2008-06-09 09:56:22 -0400
*
Removed a useless 'trying to delete' message
Modified: rt/branches/3.8-TESTING/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Interface/Web.pm (original)
+++ rt/branches/3.8-TESTING/lib/RT/Interface/Web.pm Mon Jun 9 10:06:58 2008
@@ -1395,9 +1395,6 @@
my $type = $2;
my $target = $3;
- push @results,
- loc( "Trying to delete: Base: [_1] Target: [_2] Type: [_3]",
- $base, $target, $type );
my ( $val, $msg ) = $Record->DeleteLink( Base => $base,
Type => $type,
Target => $target );
More information about the Rt-commit
mailing list