diff options
author | ivan <ivan> | 2010-07-22 19:42:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-07-22 19:42:30 +0000 |
commit | c17729a671db944435cd6834772c96461c3c5780 (patch) | |
tree | de4748f121b6f781c905d07076431e6983f364b4 /rt | |
parent | f07729b883f93aab6eaf4dffaa9b725e36c6852a (diff) |
eliminate needless backtraces
Diffstat (limited to 'rt')
-rw-r--r-- | rt/lib/RT/URI/freeside.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/lib/RT/URI/freeside.pm b/rt/lib/RT/URI/freeside.pm index 6194fd0cb..1bd2f534a 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); } |