소스 검색

cleaned up some commented code.

Aditya Ivaturi 15 년 전
부모
커밋
220c5686f3
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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'}};
 }