Explorar o código

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

Emmanuel Peroumalnaik %!s(int64=10) %!d(string=hai) anos
pai
achega
8cd1227115
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  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;