]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/DebianExtra.pl
* disable debugging output of the soap object returned
[infobot.git] / src / Modules / DebianExtra.pl
index abdce2b5065bf023249a55056712ad09b5642f09..e01f85744de6f52de2066a74b63d6a505ace3357 100644 (file)
@@ -91,7 +91,8 @@ sub do_id($) {
     $soap->transport->env_proxy();
     my $temp = $soap->get_status($bug_num);
     use Data::Dumper;
-    &::DEBUG(Dumper($temp));
+    # enabling this will cause amazing amounts of output
+    # &::DEBUG(Dumper($temp));
     if ($temp->fault) {
        return "Some failure (".$temp->fault->{faultstring}.")";
     }