Skip to content

Commit 2252bea

Browse files
committed
remove unneeded
1 parent 9510730 commit 2252bea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

playwright/src/main/java/com/microsoft/playwright/impl/BrowserImpl.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,6 @@ private BrowserContextImpl newContextImpl(NewContextOptions options) {
179179
context.setBaseUrl(options.baseURL);
180180
}
181181
context.initializeHarFromOptions(options);
182-
if (launchOptions != null) {
183-
context.tracing().setTracesDir(launchOptions.tracesDir);
184-
}
185-
contexts.add(context);
186182
return context;
187183
}
188184

0 commit comments

Comments
 (0)