summaryrefslogtreecommitdiff
path: root/rt/lib/RT
diff options
context:
space:
mode:
Diffstat (limited to 'rt/lib/RT')
-rw-r--r--rt/lib/RT/URI/freeside.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/lib/RT/URI/freeside.pm b/rt/lib/RT/URI/freeside.pm
index 6194fd0..1bd2f53 100644
--- a/rt/lib/RT/URI/freeside.pm
+++ b/rt/lib/RT/URI/freeside.pm
@@ -202,7 +202,7 @@ sub ParseURI {
$pkey = $2;
unless ( $pkey ) {
- cluck "bad URL $uri";
+ #way too noisy, using this prefix is normal usage# cluck "bad URL $uri";
return(undef);
}