Răsfoiți Sursa

Remove errant debug statement

Daniel Gempesaw 11 ani în urmă
părinte
comite
2818df9130
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 =