]> git.donarmstrong.com Git - infobot.git/commitdiff
* disable debugging output of the soap object returned
authordondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 15 Sep 2008 19:19:26 +0000 (19:19 +0000)
committerdondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 15 Sep 2008 19:19:26 +0000 (19:19 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1848 c11ca15a-4712-0410-83d8-924469b57eb5

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}.")";
     }