From: ivan Date: Thu, 22 Jul 2010 19:42:30 +0000 (+0000) Subject: eliminate needless backtraces X-Git-Tag: root_of_svc_elec_features~40 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c17729a671db944435cd6834772c96461c3c5780 eliminate needless backtraces --- 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); }