From: dondelelcaro Date: Mon, 15 Sep 2008 19:19:26 +0000 (+0000) Subject: * disable debugging output of the soap object returned X-Git-Url: https://git.donarmstrong.com/?p=infobot.git;a=commitdiff_plain;h=43529f83fbc0c351af37f10b5b8b8a4025596f93 * disable debugging output of the soap object returned git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1848 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Modules/DebianExtra.pl b/src/Modules/DebianExtra.pl index abdce2b..e01f857 100644 --- a/src/Modules/DebianExtra.pl +++ b/src/Modules/DebianExtra.pl @@ -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}.")"; }