Skip to content

Commit 3bbbeb5

Browse files
committed
[rb] this logging is unnecessary and this class does not properly require the logger
1 parent 124be0b commit 3bbbeb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rb/lib/selenium/server.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ def process
243243
args = ['-jar', @jar, @role, '--port', @port.to_s]
244244
server_command = ['java'] + properties + args + @additional_args
245245
cp = WebDriver::ChildProcess.build(*server_command)
246-
WebDriver.logger.debug("Executing Process #{server_command}", id: :server)
247246

248247
if @log.is_a?(String)
249248
cp.io = @log

0 commit comments

Comments
 (0)