Explorar o código

Remove errant debug statement

Daniel Gempesaw %!s(int64=11) %!d(string=hai) anos
pai
achega
2818df9130
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 =