diff options
-rwxr-xr-x | clients/ping.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clients/ping.pl b/clients/ping.pl index b0eb57d..c33c8cf 100755 --- a/clients/ping.pl +++ b/clients/ping.pl @@ -3,7 +3,6 @@ use DBI; use POSIX; use Time::HiRes; use Net::Oping; -use Data::Dumper; use strict; use warnings; |