@@ -2,7 +2,6 @@ package Selenium::Remote::Driver;
use strict;
use warnings;
-use Data::Dumper;
use Carp;
our @CARP_NOT;
@@ -3,7 +3,6 @@ package Selenium::Remote::ErrorHandler;
use Carp qw(croak);
# We're going to handle only codes that are errors.
@@ -9,7 +9,6 @@ use HTTP::Request;
use Net::Ping;
use JSON;
use Selenium::Remote::ErrorHandler;
@@ -2,7 +2,6 @@ package Selenium::Remote::WebElement;
=head1 NAME