Explorar el Código

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

Emmanuel Peroumalnaik hace 10 años
padre
commit
8cd1227115
Se han modificado 1 ficheros con 0 adiciones y 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;