[Rt-commit] rtir branch, 2.6-trunk, updated. 2.6.0-12-gd751083
Jesse Vincent
jesse at bestpractical.com
Wed Dec 22 12:04:22 EST 2010
The branch, 2.6-trunk has been updated
via d75108353c724834201b2333d8cd0e7fb00413b6 (commit)
from ad5b9336cbb171a7f1737a6368dcec8e69f6fe75 (commit)
Summary of changes:
html/RTIR/Tools/Elements/Tools | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d75108353c724834201b2333d8cd0e7fb00413b6
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Dec 22 12:04:11 2010 -0500
remove a warn
diff --git a/html/RTIR/Tools/Elements/Tools b/html/RTIR/Tools/Elements/Tools
index 7160d60..6c3aa09 100644
--- a/html/RTIR/Tools/Elements/Tools
+++ b/html/RTIR/Tools/Elements/Tools
@@ -1,7 +1,6 @@
<%perl>
my $tools = RT->Config->Get('RTIRResearchTools') || ();
for my $tool (@$tools) {
-warn $tool;
if ($m->comp_exists('ToolForm'.$tool)) {
$m->comp('ToolForm'.$tool, %ARGS);
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list