Sfoglia il codice sorgente

Remove errant debug statement

Daniel Gempesaw 11 anni fa
parent
commit
2818df9130
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/Selenium/Remote/RemoteConnection.pm

+ 1 - 1
lib/Selenium/Remote/RemoteConnection.pm

@@ -84,7 +84,7 @@ sub request {
         $content = $json->allow_nonref->utf8->encode($params);
     }
 
-    print "REQ: $method, $url, $content\n" if $self->debug || 1;
+    print "REQ: $method, $url, $content\n" if $self->debug;
 
     # HTTP request
     my $header =