summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkonline4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdkonline b/mdkonline
index 5f8a0dce..fe5cf01a 100755
--- a/mdkonline
+++ b/mdkonline
@@ -28,7 +28,7 @@ use common;
use Config;
init Gtk2;
-use LWP::Debug qw(+);
+#use LWP::Debug qw(+);
use LWP::UserAgent;
use Net::HTTPS;
use HTTP::Request::Common;
@@ -328,7 +328,7 @@ sub send_config {
Content => [submit => "upload_wizard",
wizard => ["/root/$login.$passwd.$box_name.online.log.bz2.uue"]
]);
- printf("*********** Reponse is %s ***********\n", $response->as_string);
+ #printf("*********** Reponse is %s ***********\n", $response->as_string);
# Check the outcome of the response
#print "REPONSE: ".$response->content."\n";
remove_wait_msg($w);