diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-03-09 12:16:12 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-03-09 12:16:12 +0000 |
commit | 6d3c90f68008f65d5e26bf444ebcb46064b59a9e (patch) | |
tree | 55a5f31fa78ecbd13d279e98d53605ef8c0a5676 | |
parent | fecc05eb89dad1812a2ea42e7eaa66c9f2f4d6b4 (diff) | |
download | mgaonline-6d3c90f68008f65d5e26bf444ebcb46064b59a9e.tar mgaonline-6d3c90f68008f65d5e26bf444ebcb46064b59a9e.tar.gz mgaonline-6d3c90f68008f65d5e26bf444ebcb46064b59a9e.tar.bz2 mgaonline-6d3c90f68008f65d5e26bf444ebcb46064b59a9e.tar.xz mgaonline-6d3c90f68008f65d5e26bf444ebcb46064b59a9e.zip |
kill a debug statement
-rwxr-xr-x | mdkapplet | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -366,7 +366,6 @@ sub silentCheck() { eval { $retcode->{$response->{code}}->() }; if ($@) { logIt(N("Problem occured while connecting to the server, please contact the support team")); go2State('critical') } } if ($debug) { - print "\nCONTENTS = $ct\n" if $debug; require Data::Dumper; logIt(N("Response from Mandriva Online server\n") . Data::Dumper->Dumper($response)); } |