Procházet zdrojové kódy

Remove testing attribute from Driver.pm

As part of #164, 87752cc and e445acb take out all uses of the `testing`
attribute in Driver.pm. We no longer need it.
Daniel Gempesaw před 11 roky
rodič
revize
06cfc7b8d5
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  1. 0 5
      lib/Selenium/Remote/Driver.pm

+ 0 - 5
lib/Selenium/Remote/Driver.pm

@@ -417,11 +417,6 @@ has 'inner_window_size' => (
 
 );
 
-has 'testing' => (
-    is => 'rw',
-    default => sub { 0 },
-);
-
 sub BUILD {
     my $self = shift;