Ver Fonte

Why we had a 'error_callback' unused in there ??

Emmanuel Peroumalnaik há 10 anos atrás
pai
commit
8cd1227115
1 ficheiros alterados com 0 adições e 7 exclusões
  1. 0 7
      lib/Test/Selenium/Remote/Driver.pm

+ 0 - 7
lib/Test/Selenium/Remote/Driver.pm

@@ -62,13 +62,6 @@ has verbose => (
     is => 'rw',
 );
 
-has error_callback => (
-    is      => 'rw',
-    default => sub {
-        sub { }
-    },
-);
-
 
 sub BUILD {
     my $self = shift;