@@ -27,7 +27,6 @@ sub _check_method {
my @args = @_;
my $rv;
try {
- $DB::single = 1;
my $num_of_args = $self->has_args($method);
my @r_args = splice( @args, 0, $num_of_args );
$rv = $self->$method(@r_args);
@@ -5,7 +5,6 @@ use Test::Selenium::Remote::Driver;
use Selenium::Remote::WebElement;
use Selenium::Remote::Mock::Commands;
use Selenium::Remote::Mock::RemoteConnection;
-use DDP;
my $find_element = sub {
my ( undef, $searched_item ) = @_;