浏览代码

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

Emmanuel Peroumalnaik 10 年之前
父节点
当前提交
8cd1227115
共有 1 个文件被更改,包括 0 次插入7 次删除
  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;