From 43529f83fbc0c351af37f10b5b8b8a4025596f93 Mon Sep 17 00:00:00 2001 From: dondelelcaro Date: Mon, 15 Sep 2008 19:19:26 +0000 Subject: [PATCH] * 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 --- src/Modules/DebianExtra.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}.")"; } -- 2.39.5