Skip to content

Commit ff6368b

Browse files
committed
remove unused
1 parent 9448952 commit ff6368b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,7 @@ URL baseUrl() {
121121
}
122122
return null;
123123
}
124-
125-
void setRecordHar(Path path, HarContentPolicy policy) {
126-
if (path != null) {
127-
harRecorders.put("", new HarRecorder(path, policy));
128-
}
129-
}
130-
124+
131125
String effectiveCloseReason() {
132126
if (closeReason != null) {
133127
return closeReason;

0 commit comments

Comments
 (0)