Browse Source

Remove errant debug statement

Daniel Gempesaw 11 years ago
parent
commit
2818df9130
1 changed files with 1 additions and 1 deletions
  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);
         $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
     # HTTP request
     my $header =
     my $header =