From f3618d765450a1b32a30ccc7d45edae62801366d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20K=C3=A1cha?= <ph@cesnet.cz>
Date: Thu, 28 Nov 2013 15:14:47 +0100
Subject: [PATCH] Removed Data::Dumper (was only for debugging)

---
 src/contrib/warden-client-nosoap/lib/WardenClientCommon.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/contrib/warden-client-nosoap/lib/WardenClientCommon.pm b/src/contrib/warden-client-nosoap/lib/WardenClientCommon.pm
index f9d4a0e..9aa8887 100755
--- a/src/contrib/warden-client-nosoap/lib/WardenClientCommon.pm
+++ b/src/contrib/warden-client-nosoap/lib/WardenClientCommon.pm
@@ -17,7 +17,6 @@ use Net::SSLeay qw(post_https make_headers make_form
                   get_peer_certificate ssl_write_all
                   print_errs die_if_ssl_error die_now ssl_read_all);
 use XML::Parser;
-use Data::Dumper;
 
 our $VERSION = "2.2";
 
-- 
GitLab