eliminate needless backtraces
[freeside.git] / rt / lib / RT / URI / freeside.pm
index 6194fd0..1bd2f53 100644 (file)
@@ -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);
       }