Skip to content

Commit dbe3e88

Browse files
committed
[grid] Only start the standalone server once
1 parent 8e09562 commit dbe3e88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/server/src/org/openqa/selenium/grid/commands/Standalone.java

-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ protected void execute(Config config) {
180180
Require.nonNull("Config", config);
181181

182182
Server<?> server = asServer(config).start();
183-
server.start();
184183

185184
BuildInfo info = new BuildInfo();
186185
LOG.info(String.format(

0 commit comments

Comments
 (0)