Ver código fonte

cleaned up some commented code.

Aditya Ivaturi 15 anos atrás
pai
commit
220c5686f3
1 arquivos alterados com 1 adições e 4 exclusões
  1. 1 4
      lib/Selenium/Remote/ErrorHandler.pm

+ 1 - 4
lib/Selenium/Remote/ErrorHandler.pm

@@ -71,10 +71,7 @@ sub process_error {
     my ($self, $resp) = @_;
     
     # TODO: Handle screen if it sent back with the response.
-    
-    #croak "ERROR: ".$self->STATUS_CODE->{$resp->{'status'}}->{'code'}."\n".
-    #      "DETAIL: ".$self->STATUS_CODE->{$resp->{'status'}}->{'msg'}."\n".
-    #      "RESPONSE: ".Dumper($resp);
+
     return $self->STATUS_CODE->{$resp->{'status'}};
 }