Parcourir la source

cleaned up some commented code.

Aditya Ivaturi il y a 15 ans
Parent
commit
220c5686f3
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  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'}};
 }