Sfoglia il codice sorgente

#179 Removed debug helpers

Emmanuel Peroumalnaik 11 anni fa
parent
commit
3da8eb945b

+ 0 - 1
lib/Test/Selenium/Remote/Role/DoesTesting.pm

@@ -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);

+ 0 - 1
t/Test-Selenium-Remote-Driver.t

@@ -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 ) = @_;